Jonas Haag
Jonas Haag
Did you try Micromamba :)
@wolfv what's the difference between the two?
IIUC this is hard to fix because this old version of Mamba has incorrect Conda compat pinnings (Conda made incompatible changes).
@adriendelsalle can you help me understand this comment? What does it mean? https://github.com/mamba-org/mamba/blob/f2ac46b1c478668ed09463cf5b88d4802af7661b/libmamba/src/core/shell_init.cpp#L139-L144
I'm also seeing this, investigating today.
Can confirm that this is due to the shared object file not being found (on Windows, the `.pyd` file)
What would the environment variable that's set incorrectly in that case?
It doesn't seem to have anything to do with `PATH` because this works: ``` set PATH=X set LIB=X C:\Users\j\mambaforge\condabin\mamba ```
I'm still not entirely sure what's going on here, this is from a CI pipeline with limited debugability. Python version in `environment.yml` is 3.8. ``` $ python --version Python 3.7.9...
I wonder why it's only a problem on Windows. Where can I find the `mamba.exe` source code?