quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 16 forks source link

Error in libzmq.dll in Windows #88

Open mohamed82008 opened 6 years ago

mohamed82008 commented 6 years ago

sublim-ijulia error

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?

AndyYangjd commented 4 years ago

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",