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
Running micromamba create and pointing the prefix to a relative path fails in error when the input file contains a pip section. This behavior occurs on both windows and linux.
critical libmamba Cannot activate, prefix does not exist at: 'folder/subfolder'
/tmp/mambafKZrZk11KQo: line 5: folder/subfolder/bin/python: No such file or directory
critical libmamba pip failed to install packages
The text was updated successfully, but these errors were encountered:
Running micromamba create and pointing the prefix to a relative path fails in error when the input file contains a
pip
section. This behavior occurs on both windows and linux.micromamba env create --yes -f deps.yaml -p folder/subfolder
The text was updated successfully, but these errors were encountered: