On my installation there is some issue with fsspec module:
Traceback (most recent call last):
File "/usr/bin/dvc", line 8, in <module>
from dvc.main import main
File "/usr/lib/python3.9/site-packages/dvc/__init__.py", line 6, in <module>
import dvc.logger
File "/usr/lib/python3.9/site-packages/dvc/logger.py", line 8, in <module>
from dvc.progress import Tqdm
File "/usr/lib/python3.9/site-packages/dvc/progress.py", line 6, in <module>
import fsspec
ModuleNotFoundError: No module named 'fsspec'
I tried installing it manually with pip, but there is some version mismatch, I was not able to sort out.
Pinned Comments
<deleted-account> commented on 2018-10-04 23:54 (UTC)
Note: This package is not supported by the DVC maintainers.
https://github.com/iterative/dvc/pull/1188