pyjulia icon indicating copy to clipboard operation
pyjulia copied to clipboard

Using Micromamba as the package manager

Open calvinp0 opened this issue 2 years ago • 1 comments

Hi. I have recently installed micromamba as my package manager and then installed in an environment called rmg_env pyjulia and julia.

However, whenever I do

python -c "import julia;Julia.insta()

It returns an error that CONDA_JL_CONDA_EXE is empty (or rather the variable is empty so it cannot find conda). I have attempted to

export CONDA_JL_CONDA_EXE=/home/Calvin/bin/micromamba

Which then fixes that issue but the PyCall runs into the issue of doing micromamba install numpy. It says it cannot find the configuration file that is specified called condarc-jl.yml

calvinp0 avatar May 21 '23 18:05 calvinp0

I recommend that you take a look at https://github.com/cjdoris/MicroMamba.jl , PythonCall.jl and juliacall.

mkitti avatar May 21 '23 18:05 mkitti