-
Notifications
You must be signed in to change notification settings - Fork 366
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 find python on Windows #3690
Comments
I think running Why is the base environment necessary? |
My bad, running |
I compared the cache on two machines (one where micromamba cannot find python, one where it can) with the following script:
and they both contain 229 python entries:
So I don't understand why in one case micromamba says |
It might be due to a out-of-memory error, since I got the following message: However, this error does not appear all the time. Yet, the command works when I free some memory on my system. |
Troubleshooting docs
Anaconda default channels
How did you install Mamba?
Micromamba
Search tried in issue tracker
No entries matching "python" found
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
I did the following steps:
micromamba.exe
,.\micromamba.exe shell hook -s powershell | Out-String | Invoke-Expression
micromamba create -n test
and activate it withmicromamba activate test
mircromamba search python
This gave me the following error:
Any idea why?
Here is my only config file:
I deleted the only existing package cache folder.
The error also occurred when I installed with
Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1).Content)
.The weirdest thing is that I did manage to use micromamba on this machine today ; all the following commands used to work:
mamba info / micromamba info
Logs
environment.yml
I have no environment.yml.
~/.condarc
The text was updated successfully, but these errors were encountered: