I want to install IJulia. But when installing the ZMQ package, I meet some errors. How can I solve them. The error infomation
Asked
Active
Viewed 140 times
0
-
i guess you are working on Sierra. this is a known [issue](https://github.com/JuliaPackaging/Homebrew.jl/issues/154) of `Homebrew.jl`. My workaround is to manually download ZMQ tarball and unpack it here: `.julia/v0.5/Homebrew/deps/usr/Cellar/zeromq32/3.2.5` – Gnimuc Oct 14 '16 at 01:51
-
How can I manually download ZMQ – ChocolatePi Oct 14 '16 at 02:41
-
you can find the URL in the error information – Gnimuc Oct 14 '16 at 02:42
-
I had done as you said. But I get new error information. Can you tell me more details? – ChocolatePi Oct 14 '16 at 03:19
-
what's the new error information? – Gnimuc Oct 14 '16 at 03:34
-
Warning: staticfloat/juliatranslated/libpgm-5.2.122 already installed Warning: Already linked: /Users/apple/.julia/v0.5/Homebrew/deps/usr/Cellar/libpgm/5.2.122 Warning: staticfloat/juliadeps/zeromq32-3.2.5 already installed Warning: Already linked: /Users/apple/.julia/v0.5/Homebrew/deps/usr/Cellar/zeromq32/3.2.5 =================================[ ERROR: ZMQ ]================================= LoadError: Provider BinDeps.PackageManager failed to satisfy dependency zmq while loading /Users/apple/.julia/v0.5/ZMQ/deps/build.jl, in expression starting on line 38 – ChocolatePi Oct 14 '16 at 03:47
-
oh! i copied the wrong path... it should be `.julia/v0.5/Homebrew/deps/usr/Cellar/zeromq/3.2.5`, not `zeromq32`. sorry about that! – Gnimuc Oct 14 '16 at 04:09