Hi.
This morning I’ve been trying to install Julia 0.6 with Jupyter on Windows 10.
I did use Julia two years ago and decided to give it another chance.
Things weren’t working well.
I was getting these kind of messages:
WARNING: skipping repodata/repomd.xml, not in cache – call WinRPM.update() to download
WinRPM.update()
INFO: Downloading https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_13.2/repodata/repomd.xml
WARNING: Unknown download failure, error code: 2148270094
and many more.
Finally I fonund the solution, I hope.
The sources.list file contained this:
https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2
https://cache.julialang.org/http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2
Just removing the https://cache.julialang.org/ seems to make it work.
http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_Leap_42.2
http://download.opensuse.org/repositories/windows:/mingw:/win64/openSUSE_Leap_42.2
I don’t know why it was that way or if removing that text will cause any problem.
I also can see that the repository is inside an OpenSUSE repository but I’m using Windows. Is there any repository just for Windows?
I’m sharing my experience in case it help others.