-
Notifications
You must be signed in to change notification settings - Fork 363
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
repodata_use_zst causes Invalid cross-device link error #2239
Comments
I confirm the error on my system. |
My guess is that we’re using an atomic rename that’s not supported across file systems |
Can you please test #2242 once it's built (use the binaries from the Static Builds pipeline) |
The static build at https://github.com/mamba-org/mamba/suites/10512667339/artifacts/521981998 seems to be working for me (and still fail with 1.2). I have tested after a |
It works in my environment as well. |
Thanks for debugging and thanks for the fix @jonashaag I am wondering if we should do it like this, or if we should instead try to create the temporary file "next" to the final file so that we can rename it without cross-device issues... |
Sure that would also be an option! Although it still might be the case that you can’t use |
As a quick question on this functionality: I ran into this issue for Thanks! |
Troubleshooting docs
Search tried in issue tracker
repodata_use_zst
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
On a host where /tmp and $HOME are on different partitions,
micromamba create -n <env>...
results in anInvalid cross-device link error
.mamba info / micromamba info
Logs
environment.yml
No response
~/.condarc
The text was updated successfully, but these errors were encountered: