Geor
June 20, 2020, 6:02pm
#1
Hello,
I am new to Julia. I have not been able to install any package.
I use the following:
using Pkg
Pkg.add(“IJulia”)
And I get the below error:
ERROR: SystemError: opening file “C:\Users\UserName\.julia\registries\General\Registry.toml”: No such file or directory
I have gone through different solution like remove the registries
but nothing has worked.
Could you please help?
Thanks
jling
June 20, 2020, 6:24pm
#2
are you behind a firewall, what version is your julia?
Geor
June 20, 2020, 6:26pm
#3
I am using v1.4.2
Not sure about the firewall…
jling
June 20, 2020, 6:28pm
#4
did you install Julia via the official download page (i.e not JuliaPro?); you can delete the entire .julia
and retry
Geor
June 20, 2020, 6:30pm
#5
I installed Julia from the official page: https://julialang.org/downloads/
How can I delete the entire .julia?
And after I have done that do I need to do anything else?
jling
June 20, 2020, 6:32pm
#6
how did you delete registries
? same way, just delete that folder. After that, just re-launch julia and try again
Geor
June 20, 2020, 6:56pm
#7
Can you please tell me how to to do that? I am confused
jling
June 20, 2020, 6:57pm
#8
delete the folder .julia
as stated in that path you posted originally
Geor
June 20, 2020, 6:59pm
#9
is there a code I can use?