I am trying to install IJulia on windows 8.1 x64, i got an error:
julia> Pkg.build("Nettle")
INFO: Building WinRPM
INFO: Downloading
https://cache.e.ip.saba.us/http://download.opensuse.org/reposi
tories/windows:/mingw:/win32/openSUSE_13.2/repodata/repomd.xml
INFO: Downloading
https://cache.e.ip.saba.us/http://download.opensuse.org/reposi
tories/windows:/mingw:/win64/openSUSE_13.2/repodata/repomd.xml
INFO: Building Nettle
INFO: Updating WinRPM package list
INFO: Downloading
https://cache.e.ip.saba.us/http://download.opensuse.org/reposi
tories/windows:/mingw:/win32/openSUSE_13.2/repodata/repomd.xml
INFO: Downloading
https://cache.e.ip.saba.us/http://download.opensuse.org/reposi
tories/windows:/mingw:/win64/openSUSE_13.2/repodata/repomd.xml
===============================[ ERROR: Nettle
]================================
LoadError: None of the selected providers can install dependency nettle.
Use BinDeps.debug(package_name) to see available providers
while loading C:\Users\Szymek.julia\v0.4\Nettle\deps\build.jl, in
expression st
arting on line 39
================================[ BUILD ERRORS
]================================
WARNING: Nettle had build errors.
- packages with build errors remain installed in
C:\Users\Szymek.julia\v0.4
- build the package(s) and all dependencies with Pkg.build("Nettle")
- build a single package by running its deps/build.jl script
I tried to remove and install "Ijulia" packages again.
I installed IJulia once before without any problems.