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
Thank you for this package. I am a big fan of Sublime Text and I wanted to get some Juno-like experience without changing my editor so I found this package. I installed the package and it automatically referred to the v0.5 Julia (which is not in the one in the path) and the wrong path of libzmq.dll which was moved to WinRPM instead of ZMQ. So I added the correct paths in the settings files and I got the above error. Any idea how to fix this?
The text was updated successfully, but these errors were encountered:
I also get this issue in win10, but ubuntu18.04 work well.
Maybe i have solved this problem. In README.md, there're some words below:
It also requires a version of the ZMQ library >= 2.0 (the default installation through Julia brings in a working version, so this is only an issue when trying to use system ZMQ libraries).
So After having done the cmd "add ZMQ; build ZMQ; add IJulia", i go to the ZMQ W eb and extract the downloaded files. Then add the folder' location to USER-PATH, set the libzmq-v141-mt-4_3_2.dll to sublime-IJulia. This issue is no longer happen.
The related config in sublime-IJulia is below: "zmq_shared_library": "D:\\Program Files\\ZMQ\\libzmq-v141-mt-4_3_2.dll",
Thank you for this package. I am a big fan of Sublime Text and I wanted to get some Juno-like experience without changing my editor so I found this package. I installed the package and it automatically referred to the v0.5 Julia (which is not in the one in the path) and the wrong path of libzmq.dll which was moved to WinRPM instead of ZMQ. So I added the correct paths in the settings files and I got the above error. Any idea how to fix this?
The text was updated successfully, but these errors were encountered: