Hi,
I am a newbie at this but I have seen the same red warning messages on
another computer I use Julia on - it disappeared from the same computer
after the second or third try - could be network issues?
My setup: win7 win32 julia 0.3.5
This is what i did:
Pkg.installed("ZMQ")
## v"0.1.15+"
Pkg.update()
## INFO messages - no warnings
Pkg.installed("ZMQ")
## v"0.1.16"
If you get the above, do a test
Pkg.test("ZMQ")
Hope this works for you.
Keith
On Friday, 6 February 2015 06:09:30 UTC-8, Lampkld wrote:
>
> When trying to install IJulia, I get a ZMQ build error.
>
> Prior to this, I get a "WARNING: skipping repodata/repomd.xml, not in
> cache-- call WinRPM.update() to download"
>
> I obliged and called WinRPM.update(), deleted and added ZMQ again and
> still received the same error. I even pulled and rebuilt WinRPM, to no
> avail.
>
> Any suggestions?
>
> Thanks
>