-
Notifications
You must be signed in to change notification settings - Fork 168
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
Please remove this file manually (you may need to reboot to free file handles) #578
Comments
The problem was that I was missing |
@orena1, thank you for reporting this. I have moved this issue to the "constructor" repository because this issue is more relevant here. Please update us with the status as you learn more about it. If at anytime you feel that nothing else needs to be done, I encourage you to close this issue. |
Hi there, thank you for your contribution! This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically if no further activity occurs. If you would like this issue to remain open please:
NOTE: If this issue was closed prematurely, please leave a comment. Thanks! |
not stale |
Thanks, I think my report include the exact problem. |
This was fixed in conda-standalone earlier this year. The exceptions should be more informative now. Thanks! |
Checklist
What happened?
I am trying to install anaconda on a a mounted network drive which I think is a bit slow, I am running this command:
./conda.exe constructor --prefix /mnt/nasquatch/data/colabs/anaconda3/ --extract-conda-pkgs
(I am using this command and not the
./Anaconda3-2022.05-Linux-x86_64.sh -u -b -p /mnt/nasquatch/data/colabs/anaconda3
to avoid extracting the packages each time)and get this error:
I have permission for the folder, I think it just a bit slow in updating it, from what I see here:
https://github.com/conda/conda/blob/fc92ea3353cce71df24fac31ce333ec9f8cf7ba7/conda/gateways/disk/delete.py#L153
there is a
max_retries
variable, but I do not see that it is used at all. I assume if I would have managed to increase its value it will work, but as I am working with a conda.exe I am not sure how to modify/debug the code.Conda Info
Conda Config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: