JunoLab / atom-julia-client

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

No Starting Julia #593

Open alex007javier opened 5 years ago

alex007javier commented 5 years ago

Hi, I installed Atom again, but it doesn't work ... Just return the following message ... What I can do...?

Starting Julia... ERROR: LoadError: IOError: stat: operation not permitted (EPERM) Stacktrace: [1] stat(::String) at .\stat.jl:68 [2] ispath at .\stat.jl:303 [inlined] [3] (::getfield(Base, Symbol("##645#646")){String,Base.PkgId})(::IOStream) at .\loading [4] #open#294(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, : :getfield(Base, Symbol("##645#646")){String,Base.PkgId}, ::String) at .\iostream.jl:369 [5] open at .\iostream.jl:367 [inlined] [6] explicit_manifest_uuid_path at .\loading.jl:520 [inlined] ERROR: LoadError: IOError: stat: operation not permitted (EPERM) Stacktrace: [1] stat(::String) at .\stat.jl:68 [2] ispath at .\stat.jl:303 [inlined] [3] (::getfield(Base, Symbol("##645#646")){String,Base.PkgId})(::IOStream) at .\loading [4] #open#294(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, : [5] open at .\iostream.jl:367 [inlined] [6] explicit_manifest_uuid_path at .\loading.jl:520 [inlined] [7] manifest_uuid_path(::String, ::Base.PkgId) at .\loading.jl:324 [8] locate_package(::Base.PkgId) at .\loading.jl:245 [9] stale_cachefile(::String, ::String) at .\loading.jl:1351 [10] _require_search_from_serialized(::Base.PkgId, ::String) at .\loading.jl:693 [11] _require(::Base.PkgId) at .\loading.jl:937 [12] require(::Base.PkgId) at .\loading.jl:858 [13] require(::Module, ::Symbol) at .\loading.jl:853 [14] top-level scope at C:\Users\javie.atom\packages\julia-client\script\boot_repl.jl:31 [15] include at .\boot.jl:317 [inlined] [16] include_relative(::Module, ::String) at .\loading.jl:1044 [17] include(::Module, ::String) at .\sysimg.jl:29 [18] exec_options(::Base.JLOptions) at .\client.jl:266 [19] _start() at .\client.jl:425 in expression starting at C:\Users\javie.atom\packages\julia-client\script\boot_repl.jl:1

pfitzseb commented 5 years ago

This seems to be a permission error with accessing your package directory, and is unlikely to be related to Juno. What happens if you start a normal Julia REPL (outside of Juno) and load a package there?