Skip to content
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

Using Micromamba as the package manager #531

Open
calvinp0 opened this issue May 21, 2023 · 1 comment
Open

Using Micromamba as the package manager #531

calvinp0 opened this issue May 21, 2023 · 1 comment

Comments

@calvinp0
Copy link

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

@mkitti
Copy link
Member

mkitti commented May 21, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants