mamba: Mamba 0.7 crashes on windows
Hi there,
Since updating to mamba 0.7, I have a traceback:
Traceback (most recent call last):
File "***\mamba-script.py", line 6, in <module>
from mamba.mamba import main
File "***\mamba\mamba.py", line 52, in <module>
import mamba.mamba_api as api
ImportError: DLL load failed: The specified module could not be found.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 1
- Comments: 25 (19 by maintainers)
Commits related to this issue
- move mamba 0.7.0 on win to broken we got some bug reports here: https://github.com/mamba-org/mamba/issues/586 — committed to wolfv/admin-requests by wolfv 4 years ago
@marscher, you need to call
conda activatebeforehand. (Or addC:\Miniconda38-x64\Library\binand other various paths that conda adds toPATHHmm, I have to say ldd in cygwin might be my favorite:
Anyways, I fixed the reproc recipe and going to make a new release shortly! Hopefully mamba won’t crash anymore after that.
Okay, I was able to recreate it in a container.
I used stefanscherer/chocolatey, then installed
choco install miniconda3, used that to installconda install mamba -c conda-forge --strict-channel-priorityand runningmamba create -n tense xtensor -c conda-forgecrashes with the same issue.