DVC doctor reveals missing adlfs package in latest CML image
See original GitHub issueI 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 🤔
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
DVC 10 Aug - 24 Aug 2021 · GitHub
Overview · Repositories · Projects · Packages · People · Sponsoring. To do 0 In progress 0 Review in progress 0 Done 30....
Read more >Troubleshooting | Data Version Control - DVC
Troubleshooting. Here we provide help for some of the problems that DVC user might stumble upon. Failed to pull data from the cloud....
Read more >Simple index - piwheels
... metapdf onelogin minimalist-python-package operators cluster-ensembles ifts gamma-viewer python-simplexquery dvc-gdrive vtreat lhub-integ ...
Read more >Simple Index
101703573-missing-pkg-suruchipundir ... 123movies-watch-raya-and-the-last-dragon-2021-full-online-movie-free-hd-quality ... af-simple-process-image-renderer
Read more >Simple Index - Mirror UNPAD
ad-testing-packaging-cs207 ... aspose-imaging-java-for-jython · aspose-omr-cloud ... azure-elasticluster-current · azure-eventgrid
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mattlbeck, in the worst case scenario, fixes should propagate to container images 24 hours after the release of DVC 2.6.0, but I’ll try to stay tuned and trigger a manual image rebuild as soon as possible.
🔔 @mattlbeck, fixed!