JuliaPy / JuliaPy/pyjulia

Using Micromamba as the package manager

Open
#531 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
893
Forks
101
PR merge metrics
No merged PRs in 30d

Description

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
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`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.