Installation issue - Could anyone help?
this is the command i use…but nothing is happening…keep says Installation known registeries… as mentioned below. I get no errors as well… what to do?
julia> using Pkg
julia> Pkg.add(“IJulia”)
Installing known registries into C:\Users\test\.julia
It turned out, that with Julia 1.6 (nightly) there wasn’t any issue.
With Julia 1.5.2, after removing .julia, instantiate doesn’t start doing anything except for creating .julia and inside folder logs and there file repl_history.jl, but maybe this was created with the Julia start itself and not with instantiate.
Nothing else ever happens for a very, very long time.
Interrupting it with Ctrl-C prints an error that it can’t download some URL I don’t remember now.
Putting some print lines into Base.download and Base.download_powershell showed, that it never reaches the download functions (Windows curl.exe has been renamed before). So the error message is something else, initiate is waiting for something, does nothing, is not reaching download functions. I was not able to find out, what it is doing.
We have tried several things: no network issue and no permission problems.
Setting JULIA_DEPOT_PATH doens’t change anything except for the folder of course.
How long did it take you to install? I am having exactly the same issue and it has been going on for a while by now and I did observe that there are folders created under ~.julia\registries from A to Z.
This may or may not be relevant. If working from the REPL, does attempting to install packages activate the powershell? I have had this problem for some time, and have given up trying to install any packages.