-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 7 - plugin_host.exe crash #68
Comments
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. |
Thanks @michal-gh that fixed that error! Now I am getting the |
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": { 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:
The text was updated successfully, but these errors were encountered: