Problems compiling Julia system image in a Docker
Open
- Dominant language
- Python
- Stars
- 893
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
As described here [Compiling Julia system image in a Docker](https://stackoverflow.com/questions/59059441/compiling-julia-system-image-in-a-docker/59060055#59060055) julia-py has problems when run as part of building a Docker.
Python is installed at /usr/bin but the PyJulia executables are installed at /usr/local/bin. When julia-py is executed if fails with
`RuntimeError: ``julia-py`` executable is not found for Python installed at /usr/bin/python3`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.