You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It crashes as soon as I initialize julia runtime... any idea?
(julia) $ python
Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 18:10:19)
[GCC 7.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import julia
>>> j = julia.Julia()
fatal: error thrown and no exception handler available.
Base.InitError(mod=:LibGit2, error=ErrorException("error initializing LibGit2 module"))
rec_backtrace at /buildworker/worker/package_linux64/build/src/stackwalk.c:84
record_backtrace at /buildworker/worker/package_linux64/build/src/task.c:245
jl_throw at /buildworker/worker/package_linux64/build/src/task.c:564
__init__ at ./libgit2/libgit2.jl:920
unknown function (ip: 0x7fcdb7753988)
jl_call_fptr_internal at /buildworker/worker/package_linux64/build/src/julia_internal.h:339 [inlined]
jl_call_method_internal at /buildworker/worker/package_linux64/build/src/julia_internal.h:358 [inlined]
jl_apply_generic at /buildworker/worker/package_linux64/build/src/gf.c:1926
jl_apply at /buildworker/worker/package_linux64/build/src/julia.h:1424 [inlined]
jl_module_run_initializer at /buildworker/worker/package_linux64/build/src/toplevel.c:87
_julia_init at /buildworker/worker/package_linux64/build/src/init.c:733
julia_init at /buildworker/worker/package_linux64/build/src/task.c:301
jl_init_with_image at /buildworker/worker/package_linux64/build/src/jlapi.c:48
ffi_call_unix64 at /home/tkwong/.conda/envs/julia/lib/python3.6/lib-dynload/../../libffi.so.6 (unknown line)
ffi_call at /home/tkwong/.conda/envs/julia/lib/python3.6/lib-dynload/../../libffi.so.6 (unknown line)
_ctypes_callproc at /home/tkwong/.conda/envs/julia/lib/python3.6/lib-dynload/_ctypes.cpython-36m-x86_64-linux-gnu.so (unknown line)
unknown function (ip: 0x7fcdbf365747)
_PyObject_FastCallDict at python (unknown line)
The text was updated successfully, but these errors were encountered:
It crashes as soon as I initialize julia runtime... any idea?
The text was updated successfully, but these errors were encountered: