Hi there,
I am trying to call julia from ipython on mac. Whenever I try to do this on
the mac I get the following error
In [2]: j=julia.Julia()
---------------------------------------------------------------------------
JuliaError Traceback (most recent call last)
<ipython-input-2-765112c3a2cf> in <module>()
----> 1 j=julia.Julia()
//anaconda/lib/python2.7/site-packages/julia/core.pyc in __init__(self,
init_julia, jl_init_path)
231 raise JuliaError("Julia library (\"libjulia\") not
found! {}".format(libjulia_path))
232 if not os.path.exists(os.path.join(JULIA_HOME,
sysimg_relpath)):
--> 233 raise JuliaError("Julia sysimage (\"sys.ji\") not
found! {}".format(sysimg_relpath))
234
235 self.api = ctypes.PyDLL(libjulia_path,
ctypes.RTLD_GLOBAL)
JuliaError: Julia sysimage ("sys.ji") not found! ../lib/sys.ji
Any suggestion on how to resolve this.
Cheers,
M