-
Notifications
You must be signed in to change notification settings - Fork 372
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
micromamba cannot install pip items from '/home/xx.yml' #3021
Comments
Do you have write permissions in |
No. So the temp path will be set from |
Seems like writing the temporary file to the same directory as the environment yml file is a special accommodation for pip limitations #2241 |
I don't think we can change this You might want to contribute |
But it works with |
If you find a solution that doesn't break #2241, please feel free to contribute. |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Search tried in issue tracker
is:issue is:open pip home
Latest version of Mamba
Tried in Conda?
Tried with
conda
andmamba
, both work correctly.Describe your issue
micromamba env create -f /home/test.yml
will fail if pip items defined.The same yaml file works from
~/test.yaml
.Both version 1.5.3 and version 1.5.1 have this bug.
I tried
micromamba self-update --version 1.5.1 -c conda-forge
since another PC is using 1.5.1.mamba info / micromamba info
Logs
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: