-
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
list: raises an ugly exception on a dir path #3776
Comments
I think this may end up being fixed after the |
Hi! This error got worst it seems. λ dvc list .
ERROR: unexpected error - 'none'
Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
Traceback (most recent call last):
File "shutil.py", line 402, in _rmtree_unsafe
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\usr\\AppData\\Local\\Temp\\tmpcuw5fhqddvc-clone'
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 127, in main
File "dvc\external_repo.py", line 71, in clean_repos
File "dvc\external_repo.py", line 368, in _remove
File "site-packages\funcy\decorators.py", line 39, in wrapper
File "site-packages\funcy\flow.py", line 122, in retry
File "site-packages\funcy\decorators.py", line 60, in __call__
File "dvc\utils\fs.py", line 136, in remove
File "shutil.py", line 516, in rmtree
File "shutil.py", line 404, in _rmtree_unsafe
File "dvc\utils\fs.py", line 121, in _chmod
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\usr\\AppData\\Local\\Temp\\tmpcuw5fhqddvc-clone'
[21952] Failed to execute script __main__ Plus a possibly Windows-specific exception there ^ (can you guys try from another OS?) λ dvc version
DVC version: 1.6.1 (exe)
---------------------------------
Platform: Python 3.7.5 on Windows-10-10.0.18362-SP0
Supports: All remotes
Cache types: hardlink
Cache directory: NTFS on C:\
Workspace directory: NTFS on C:\
Repo: dvc, git |
Is this a duplicate of #3590? They can probably be merged. |
Not able to reproduce. Need to take a closer look at windows. |
Doesn't look like a duplicate. |
We are now able to handle local paths gracefully and don't use |
Note: this is pre-release testing.
On the
example-get-started
:while listing of a single output works fine:
Problems:
The text was updated successfully, but these errors were encountered: