Skip to content

DVC doctor reveals missing adlfs package in latest CML image #692

@mattlbeck

Description

@mattlbeck

I know this is a DVC issue, but it only occurs in the latest CML image.

> dvc doctor
ERROR: unexpected error - adlfs
Traceback (most recent call last):
  File "dvc/main.py", line 55, in main
  File "dvc/command/base.py", line 64, in do_run
  File "dvc/command/version.py", line 14, in run
  File "dvc/info.py", line 35, in get_dvc_info
  File "dvc/info.py", line 127, in _get_supported_remotes
  File "importlib/metadata.py", line 531, in version
  File "importlib/metadata.py", line 504, in distribution
  File "importlib/metadata.py", line 177, in from_name
importlib.metadata.PackageNotFoundError: adlfs

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "dvc/__main__.py", line 7, in <module>
  File "dvc/main.py", line 88, in main
  File "dvc/info.py", line 35, in get_dvc_info
  File "dvc/info.py", line 127, in _get_supported_remotes
  File "importlib/metadata.py", line 531, in version
  File "importlib/metadata.py", line 504, in distribution
  File "importlib/metadata.py", line 177, in from_name
importlib.metadata.PackageNotFoundError: adlfs
[404] Failed to execute script __main__

> dvc --version
2.5.4

> cml-runner --version
0.6.3

A pip install dvc adlfs does not fix the problem 🤔

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcml-imageSubcommandp0-criticalMax priority (ASAP)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions