Skip to content
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

Error in libzmq.dll in Windows #88

Open
mohamed82008 opened this issue Nov 13, 2017 · 1 comment
Open

Error in libzmq.dll in Windows #88

mohamed82008 opened this issue Nov 13, 2017 · 1 comment

Comments

@mohamed82008
Copy link

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
Copy link

AndyYangjd commented May 20, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants