JuliaPy / JuliaPy/pyjulia

Attempting to build custom image results in Seg Fault

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

Description

Currently using Julia 1.3.1 and installed pyjulia via `python3 -m pip install --user julia`

Per instructions from this [link](https://pyjulia.readthedocs.io/en/latest/sysimage.html), I am trying to run `python3 -m julia.sysimage sys.so` to obtain a custom julia image. The motivation behind this is to work around the "Python interpreter is statically linked to libpython" issue explained [here](https://pyjulia.readthedocs.io/en/latest/troubleshooting.html). However, I keep getting the following error involving a seg fault (or some variation of, which involves consuming a ton of memory):

![image](https://user-images.githubusercontent.com/21199708/77127408-51a9d500-6a1a-11ea-86ed-6571b4a0dd04.png)

I searched throughout the web and github issues, but could not find a solution. Thanks in advance!

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.