-
Notifications
You must be signed in to change notification settings - Fork 376
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
Environment creation fails with relative path #3631
Comments
@amgcc Can you please specify the |
I cannot reproduce the error as of 2.0. |
Can you provide a reproducer, @amgcc? Thank you. |
I was testing this with micromamba 1.5.8, I will retest on 2.0 next week. |
With a toy example, I too am unable to reproduce on linux. Please close the issue for now, thanks. |
Ok, I was able to finally reproduce this but having trouble producing an example. The error occurs if providing a relative prefix where the parent folder does not exist. I think part of my issue is that I was relying on mamba to create my exported environment (lock) files because of an issue with pip. Now that micromamba has since fixed the issue, this other issue is probably no longer possible. I will reopen a ticket if I can reproduce failure on micromamba 2.
|
I created a new ticket for a related issue around relative paths causing console scripts to fail to create correctly here with detailed reproduction steps. |
I can´t reproduce this with |
I also cannot reproduce the issue on Linux with 2.0.5. |
Reported in micromamba-releases:
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: