You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem is not solved in the Troubleshooting docs
Anaconda default channels
I do NOT use the Anaconda default channels (pkgs/* etc.)
How did you install Mamba?
Micromamba
Search tried in issue tracker
environment creation
Latest version of Mamba
My problem is not solved with the latest version
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
I use lock files to generate conda environments with micromamba. There is a bug with micromamba where creating an environment with a relative path fails. The steps to generate this require creating an environment in a directory where the parent folder does not exist. Rerunning the environment creation is fixed on the second attempt.
Note how the prefix value changes when the parent folder ~/new_folder exists. On the second run the shebang for the scripts uses an absolute path and without it, the scripts simply will not run properly.
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
environment creation
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
I use lock files to generate conda environments with micromamba. There is a bug with micromamba where creating an environment with a relative path fails. The steps to generate this require creating an environment in a directory where the parent folder does not exist. Rerunning the environment creation is fixed on the second attempt.
Note how the prefix value changes when the parent folder
~/new_folder
exists. On the second run the shebang for the scripts uses an absolute path and without it, the scripts simply will not run properly.########################################################################################
Steps to create
packages.txt
:mamba info / micromamba info
Logs
No response
environment.yml
~/.condarc
The text was updated successfully, but these errors were encountered: