-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
minimal reproduce
>>> import julia
>>> julia.install()
[ Info: Julia version info
Julia Version 1.4.1
Platform Info:
OS: Linux (x86_64-linux-gnu)
Ubuntu 20.04.4 LTS
uname: Linux 5.15.0-1014-azure #17~20.04.1-Ubuntu SMP Thu Jun 23 20:01:51 UTC 2022 x86_64 x86_64
CPU: Intel(R) Xeon(R) CPU E5-2673 v4 @ 2.30GHz:
speed user nice sys idle irq
#1 2294 MHz 11258802 s 5771 s 7603835 s 211387655 s 0 s
#2 2294 MHz 10954676 s 5704 s 7454341 s 212059819 s 0 s
#3 2294 MHz 11294680 s 6014 s 7671929 s 211335514 s 0 s
#4 2294 MHz 10867204 s 6934 s 7445402 s 212259944 s 0 s
Memory: 15.627498626708984 GB (902.14453125 MB free)
Uptime: 2.343597e6 sec
Load Avg: 2.1904296875 1.09228515625 0.7890625
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-8.0.1 (ORCJIT, broadwell)
Environment:
HOME = /home/azureuser
TERM = xterm-256color
PATH = /home/azureuser/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
[ Info: Julia executable: /usr/bin/julia
[ Info: Trying to import PyCall...
┌ Warning: PyCall is already installed. However, you may have trouble using
│ this Python executable because it is statically linked to libpython.
│
│ For more information, see:
│ https://pyjulia.readthedocs.io/en/latest/troubleshooting.html
│
│ Python executable:
│ /usr/bin/python3
│ Julia executable:
│ /usr/bin/julia
└ @ Main ~/.local/lib/python3.8/site-packages/julia/install.jl:90
>>> j = julia.Julia()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/azureuser/.local/lib/python3.8/site-packages/julia/core.py", line 696, in __init__
self.__julia = Julia(*args, **kwargs)
File "/home/azureuser/.local/lib/python3.8/site-packages/julia/core.py", line 468, in __init__
jlinfo = JuliaInfo.load(runtime)
File "/home/azureuser/.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.
Metadata
Metadata
Assignees
Labels
No labels