-
Notifications
You must be signed in to change notification settings - Fork 371
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 search fails when run a second time #3636
Comments
I should perhaps clarify that this isn't the only command that fails, but it is perhaps the easiest one to test. It seems that in general the root directory is not created correctly which causes several commands to be quite unhappy. |
Thank you for reporting this. If you don't specify a target prefix with
As for having the command fail the second time and not the first, I think that's most likely because of mixing commands ( |
The exact sequence of commands, after installing micromamba using the installer, is
There are no other commands run in the meantime. You can see that the first time you run |
Unfortunately, I could not reproduce the second call failure in dev mode. So far, it fails from the first call of |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
Expected environment not found
Latest version of Mamba
Tried in Conda?
I do not have this problem with Conda, just with Mamba
Describe your issue
If I freshly install micromamba (via downloading and running the install script as described here: https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html#automatic-install, followed by activating micromamba in my shell via
and then run the following two commands:
I get the following error:
This happens whether or not I have run
micromamba activate
.This is the same error log as seen in #2128 and #3354; note that as in the second of the issues, if I manually create a
conda-meta
directory in myMAMBA_ROOT_PREFIX
directory then the search works again.It seems to be the case that the first run of
micromamba search ...
creates this directory, but without theconda-meta
directory. The second run then fails because that directory does not exist.mamba info / micromamba info
Logs
environment.yml
No response
~/.condarc
The text was updated successfully, but these errors were encountered: