custom system image
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
I've been trying to create a custom system image on OS X with conda python. It seems to build fine. However, pyjulia gives me an error:
```
RuntimeError: It seems your Julia and PyJulia setup are not supported.
Julia executable:
julia
Python interpreter and libpython used by PyCall.jl:
/Users/aning/miniconda3/bin/python
/Users/aning/miniconda3/lib/libpython3.7m.dylib
Python interpreter used to import PyJulia and its libpython.
/Users/aning/miniconda3/bin/python
/Users/aning/miniconda3/lib/libpython3.7m.dylib
```
I can use the `compiled_modules=False` just fine, but it is of course quite slow. I'm only Julia 1.1.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.