Closed wenjunsun closed 6 years ago
Well I don't know what's going on there either -- when are you getting that error? Can you confirm that Julia works outside of Juno?
Well I don't know what's going on there either -- when are you getting that error? Can you confirm that Julia works outside of Juno?
No, the same prompt comes up happens when launch Julia. Do you have any idea what is going on? I think I can still do Julia computations, but it just has that blob of warning before I can use it.
Dunno what went wrong there -- probably some weird permission error due to not installing and using Julia with the same user or something like that? In any case, this isn't a Juno specific issue -- try asking at https://discourse.julialang.org.
Stacktrace: [1] #systemerror#39(::String, ::Function, ::Symbol, ::Bool) at ./error.jl:106 [2] #systemerror at ./none:0 [inlined] [3] #mkdir#7(::UInt16, ::Function, ::String) at ./file.jl:167 [4] #mkdir at ./none:0 [inlined] [5] #mkpath#8(::UInt16, ::Function, ::String) at ./file.jl:212 [6] mkpath at ./file.jl:207 [inlined] [7] write_env_usage(::String) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:422 [8] Pkg.Types.EnvCache(::Nothing) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:306 [9] Type at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/Types.jl:285 [inlined] [10] Type at ./none:0 [inlined] [11] #add_or_develop#12 at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:29 [inlined] [12] #add_or_develop at ./none:0 [inlined] [13] #add_or_develop#11 at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:28 [inlined] [14] #add_or_develop at ./none:0 [inlined] [15] #add_or_develop#10 at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:27 [inlined] [16] #add_or_develop at ./none:0 [inlined] [17] #add#18 at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:69 [inlined] [18] add(::String) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.0/Pkg/src/API.jl:69 [19] top-level scope at /Users/HughSun/.atom/packages/julia-client/script/boot_repl.jl:22 [20] include at ./boot.jl:317 [inlined] [21] include_relative(::Module, ::String) at ./loading.jl:1041 [22] include(::Module, ::String) at ./sysimg.jl:29 [23] exec_options(::Base.JLOptions) at ./client.jl:229 [24] _start() at ./client.jl:421 in expression starting at /Users/HughSun/.atom/packages/julia-client/script/boot_repl.jl:1
I don't know what is going on, anybody who can help?