JunoLab / atom-julia-client

Juno a good IDE?
http://junolab.org
MIT License
273 stars 72 forks source link

unable to install julia client #757

Open satyakesh opened 4 years ago

satyakesh commented 4 years ago

unable to install julia client. After several instillation of atom. and run atom as admnistrator too

aminya commented 4 years ago

What is the error? Did you follow http://docs.junolab.org/latest/man/installation/? Try running this in the shell:

apm install ink
apm install julia-client
satyakesh commented 4 years ago

It goes for an infinite long installation time at my office pc. For my laptop ERROR: LoadError: SystemError: opening file "C:\Users\DELL PC\.julia\registries\General\Registry.toml": No such file or directory

this error reflects

On Mon, Jun 8, 2020 at 5:58 PM Amin Yahyaabadi notifications@github.com wrote:

What is the error?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JunoLab/atom-julia-client/issues/757#issuecomment-640572434, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFHKXATKGSP5NXQAGUWIJTRVTKQVANCNFSM4NYETXOQ .

--

Dr. SATYA KESH DUBEY Scientist, Microwave Standards, ALSIM, CSIR-National Physical Laboratory, Dr K S Krishnan Road, New Delhi-110012, India

Contact:09899187913Office :+911145609313

aminya commented 4 years ago

It seems your Julia installation itself is faulty not the julia-client!

Download Julia from https://julialang-s3.julialang.org/bin/winnt/x64/1.4/julia-1.4.2-win64.exe, and install it with the default options. Then install Juno using these instructions: http://docs.junolab.org/latest/man/installation/#.-Install-Juno-1

satyakesh commented 4 years ago

after following all your instructions ERROR: LoadError: SystemError: opening file "C:\Users\DELL PC\.julia\registries\General\Registry.toml": No such file or directory msg prompt

On Tue, Jun 9, 2020 at 1:29 AM Amin Yahyaabadi notifications@github.com wrote:

It seems your Julia installation itself is faulty not the julia-client!

Download Julia from https://julialang-s3.julialang.org/bin/winnt/x64/1.4/julia-1.4.2-win64.exe, and install it with the default options. Then install Juno using these instructions: http://docs.junolab.org/latest/man/installation/#.-Install-Juno-1

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JunoLab/atom-julia-client/issues/757#issuecomment-640854955, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOFHKXE4H475JJPHLEKL2ZLRVU7LTANCNFSM4NYETXOQ .

--

Dr. SATYA KESH DUBEY Scientist, Microwave Standards, ALSIM, CSIR-National Physical Laboratory, Dr K S Krishnan Road, New Delhi-110012, India

Contact:09899187913Office :+911145609313

aminya commented 4 years ago

You can copy-paste your issue here: https://discourse.julialang.org/c/tools/35. Maybe someone has experienced the same issue as yours and can help you with it.