Hi! I am trying to set up Ijulia. I've cleand my PC from all previuos
versions of Julia/Ipython and installed fresh 64 bit Anaconda 3 python
distribution + downloaded Juno 64 bit.
After i launch Ipython i can see Ijulia option, but trying to create
notebooks i get "kernell has died" message and a ZMQ error reference.
I can not re-build ZMQ on my PC, i get the following errors:
=================================[ ERROR: ZMQ
]=================================
Provider PackageManager failed to satisfy dependency zmq
while loading C:\Users\Gisaev\.julia\v0.3\ZMQ\deps\build.jl, in expression
starting on line 23
================================[ BUILD ERRORS
]================================
WARNING: ZMQ had build errors.
- packages with build errors remain installed in
C:\Users\Gisaev\.julia\v0.3
- build the package(s) and all dependencies with `Pkg.build("ZMQ")`
- build a single package by running its `deps/build.jl` script
I tried Pkg.checkout on both ZMQ and Ijulia but to no avail. Ipython
notebooks work just fine.
Any thoughts on what might be the problem?