Hello all,
I’ve been trying off and on for the past year or so now to install Julia/Atom/Juno on my corporate machine.
I have never successfully been able to get this setup to work, but today I thought I’d give it another go.
I’ve been researching solutions and reading through forums all day, but still seem to be stuck.
First of all, I used the following website for installation instructions on a Windows 7 machine:
Julia itself appeared to install fine, with no errors.
Atom installed fine, with no errors.
Finally, installing uber-juno within Atom appeared to install fine.
When I started Julia within Atom, it began cloning Metadata to H:.julia\v0.5\METADATA
After about a half hour this process finished.
I attempted to execute a simple command within Atom, and the following message was displayed in the terminal window:
PowerShell version < 3 encountered. Running without wrapper (interrupts won't work).
INFO: Initializing package repository H:\.julia\v0.5
ERROR: LoadError: SystemError (with H:\.julia): mkdir: No such file or directory
in #systemerror#51 at .\error.jl:34 [inlined]
in (::Base.#kw##systemerror)(::Array{Any,1}, ::Base.#systemerror, ::Symbol, ::Bool) at .\<missing>:0
in mkdir(::String, ::UInt16) at .\file.jl:74
in mkpath(::String, ::UInt16) at .\file.jl:83
in mkpath(::String, ::UInt16) at .\file.jl:81
in init(::String, ::String) at .\pkg\dir.jl:45
in #cd#1(::Array{Any,1}, ::Function, ::Function, ::String, ::Vararg{Any,N}) at .\pkg\dir.jl:28
in add(::String) at .\pkg\pkg.jl:100
in include_from_node1(::String) at .\loading.jl:488
in process_options(::Base.JLOptions) at .\client.jl:262
in _start() at .\client.jl:318
while loading C:\Users\caudaus1\.atom\packages\julia-client\script\boot.jl, in expression starting on line 11
Julia has stopped: 1
Furthermore, a red notification box appeared showing the following:
Error installing Atom.jl package
Go to the Packages → Julia → Open Terminal menu and
run `Pkg.add("Atom")` in Julia, then try again.
If you still see an issue, please report it to:
julia-users@googlegroups.com
Following the directions in the red notification box simply gives me the same original error as in the terminal.
Does anyone know what I am doing wrong here? Any help is appreciated!