Open bdeonovic opened 9 years ago
I had the same problem. It is caused by incompatibility between libraries in ...\AppData\Roaming\Sublime Text 3\Packages\IJulia\windeps and in ...\Julia-0.3.8\bin . I solved it by copying both libraries from Julia install dir (libstc++-6.dll, libgcc_s_seh_1.dll into windeps dir. I really think that including binary libaries in the package is a mistake. It's much better to use up-to-date libaries from Julia install. It's a small fix in the code, I'll create a pull request in the next few days.
Thanks @michal-gh that fixed that error! Now I am getting the ***kernel Died***
error, but that seems to be more common.
I also had this problem, it was related to paths in sublime-settings file. I added julia to PATH and set the windows section to:
"windows": { "zmq_shared_library": "C:/Users/Michal/.julia/v0.3/WinRPM/deps/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libzmq.dll", "commands": [ { "command_name": "default", "julia": "julia.exe", "julia_args": "", "ijulia_kernel": "C:\Users\Michal.julia\v0.3\IJulia\src\kernel.jl" } ] }
I think that you can put Windows backlash-escaped path in julia: "C:\julia...\bin\julia.exe" and probably change backslashes to slashes in "julia_kernel".
I get the following error:
I downloaded the windows julia 64 bit binary, but I did not see anything like julia-readline.exe (only julia.exe) so I pointed my IJulia preferences to that in Sublime. Here is the output in the console on startup: