-
Notifications
You must be signed in to change notification settings - Fork 356
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
Mamba throws `ImportError: DLL load failed..." on a fresh install. #2770
Comments
Small update, having looked into this a bit more it seems the problem is coming from
|
Can you please show the logs of the update so that we can see what packages were updated |
Sorry, should've thought of that.
Doing
|
Did you read this? Did you perform a search with your error message? |
Yes. |
I'm pretty sure it's a dupe of #1728. Closing as such. |
While the symptoms are the same, I actually don't think it's the same problem as #1728. Sorry for prematurely closing this issue. In any case you should not have checked the troubleshooting checkbox while still using the default channels, @simonrp84. |
This should be fixed by the latest libsolv build |
Troubleshooting docs
How did you install Mamba?
Mambaforge
Search tried in issue tracker
Yes
Latest version of Mamba
Tried in Conda?
Not applicable
Describe your issue
I installed mamba via the windows mambaforge package and this was successful. I then ran
mamba update --all
and this was also successful.But, when I try to install a package after this (let's say
mamba install numpy
) I get:I have also tried with a fresh miniconda install followed by
conda install mamba
thenmamba install numpy
and I see the same issue.mamba info / micromamba info
Logs
environment.yml
N/A, this is a `base` environment in a fresh install.
~/.condarc
The text was updated successfully, but these errors were encountered: