You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed mamba (conda would not solve). Perhaps mamba interferes with .julia/conda, but I'm not sure. Using or pyimporting packages like numpy and matplotlib causes hangs or crashes.
Here's what I do:
bash> mamba env list
# conda environments:
#
~/.julia/conda/3
base * ~/mambaforge
ASTRAL_soundings ~/mambaforge/envs/ASTRAL_soundings
Rayleigh ~/mambaforge/envs/Rayleigh
I commented out the conda setup that mamba adds to my .bash_profile. It exports many environment variables like CONDA_EXE, prepends ~/mambaforge/bin to the path and runs mamba.sh. Basically, I now run julia in a regular shell not from a mamba/conda environment (not even base).
This did not fix the problem with python dependencies. It might have helped to build the dependencies properly in step 2.
I recently installed mamba (conda would not solve). Perhaps mamba interferes with .julia/conda, but I'm not sure. Using or
pyimport
ing packages likenumpy
andmatplotlib
causes hangs or crashes.Here's what I do:
Recursively remove
.julia/conda
.Do these env variables conflict with .julia/conda? If so, how should I use mamba outside, and .juila/conda inside julia?
(julia v1.8.5 behaves the same.)
Restart julia.
Restart julia.
hangs or dies with
Killed: 9
.The text was updated successfully, but these errors were encountered: