-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DVC list FileNotFoundError #7120
Comments
@nikshar-symbio Hi! |
Thanks @pared
|
Hmm, that does not help too much. @nikshar-symbio would you be open for a video call to debug it? |
Turns out its a loose symlink. Reproduction script:
|
#7157 is not a proper fix for this issue. |
related: fsspec/filesystem_spec#861 |
related to #5841? |
I still have the same issue. I'm using dvc 2.58.2.
|
@george-kuanli-peng Do you mind opening in a new issue? It's easier for us to see it and prioritize it that way. |
I opened a new issue #9564. Thanks for your suggestion. |
Bug Report
dvc list . : gives "ERROR: unexpected error"
Description
When trying to list the files using
dvc list .
, I get the following errorI've tried updating to the latest
dvc
version, and tried this using a fresh clone of the git repo, but the error still exists.Reproduce
The git repo is private and I can't really share the contents, but I basically do a
git clone <repo>
, and do advc list . -v
.Expected
It should list the files tracked by
dvc
.Environment information
dvc==2.8.3
Output of
dvc doctor
:Additional Information (if any):
The text was updated successfully, but these errors were encountered: