[julia-users] Re: IJulia install error

2015-08-29 Thread LarryD
I had the same problem. It turned out that ZMQ had problems because it couldn't find a C++ compiler. I downloaded a C++ compiler, then rebuilt ZMQ and now IJulia runs fine. On Friday, August 28, 2015 at 5:33:42 PM UTC-5, Marcio Sales wrote: Hello. When trying to install IJulia on Windows, I

[julia-users] Re: IJulia install error

2015-08-29 Thread Steven G. Johnson
ZMQ on Windows shouldn't need a compiler installed; it downloads a precompiled binary. If the error is failed to download X then usually it means you are behind a firewall or something that is blocking the download.

Re: [julia-users] Re: IJulia install error

2015-08-29 Thread lawrence dworsky
I don't know. I got a specific error message that said it couldn't find a C++ compiler and when I downloaded a compiler everything went fine.​ On Sat, Aug 29, 2015 at 8:22 AM, Steven G. Johnson stevenj@gmail.com wrote: ZMQ on Windows shouldn't need a compiler installed; it downloads a