Geor
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
2
are you behind a firewall, what version is your julia?
Geor
3
I am using v1.4.2
Not sure about the firewall…
jling
4
did you install Julia via the official download page (i.e not JuliaPro?); you can delete the entire .julia
and retry
Geor
5
I installed Julia from the official page: Download Julia
How can I delete the entire .julia?
And after I have done that do I need to do anything else?
jling
6
how did you delete registries
? same way, just delete that folder. After that, just re-launch julia and try again
Geor
7
Can you please tell me how to to do that? I am confused
jling
8
delete the folder .julia
as stated in that path you posted originally
Geor
9
is there a code I can use?