Hi all,
New to Julia and tried to install with the instructions from
https://github.com/stevengj/julia-mit/blob/master/README.md but IPython
kept crashing. There was an error during the building of IPython but I
can't seem to find a way around it. Sorry guys I'm unfamiliar with this.
Here's the error.
julia> Pkg.build("IJulia")
Pkg.build("IJulia")
INFO: Building Nettle
INFO: Packages to install: libnettle
INFO: Downloading: libnettle
INFO: try running WinRPM.update() and retrying the install
===============================[ ERROR: Nettle
]================================
failed to download libnettle 0 from
http://download.opensuse.org/repositories/wi
ndows:/mingw:/win64/openSUSE_Factory//noarch/mingw64-libnettle-2.7-3.22.noarch.r
pm.
at C:\Users\Ivan\.julia\v0.2\Nettle\deps\build.jl:35
================================================================================
Same error if I do Pkg.build("Nettle").
Is the libnettle file unavailable?
Thanks