JuliaPy / JuliaPy/pyjulia

Can't Run pyjulia in Ubuntu 20.04

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

Description

Hello, firts thanks for the efort to bing this on. I have follow the installation instruction of the page (https://pyjulia.readthedocs.io/en/latest/installation.html) but whe i test the program I get the fowwing error:

Python 3.8.2 (default, Apr 27 2020, 15:53:34)
[GCC 9.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
'>>>' from julia import Base
Traceback (most recent call last):
File "", line 1, in
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File "", line 655, in _load_unlocked
File "", line 618, in _load_backward_compatible
File "/home/pmaldona/.local/lib/python3.8/site-packages/julia/core.py", line 247, in load_module
elif self.julia.isafunction(juliapath):
File "/home/pmaldona/.local/lib/python3.8/site-packages/julia/core.py", line 238, in julia
self.__class__.julia = julia = Julia()
File "/home/pmaldona/.local/lib/python3.8/site-packages/julia/core.py", line 467, in __init__
jlinfo = JuliaInfo.load(runtime)
File "/home/pmaldona/.local/lib/python3.8/site-packages/julia/juliainfo.py", line 87, in load
raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command '['julia', '-e', '...']' returned non-zero exit status 1.

Thanks in advance for the help.

Greetings

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.