0

I'm trying to set up Atom/Juno to run Julia so that it looks like the screen grab on this website - it looks exactly like what I want. http://junolab.org/

I have downloaded and installed Julia and Atom. On Atom I have installed packages uber-juno, julia-client and language-julia.

When trying to start Julia in Atom, I get the following error:

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

When I go to the terminal and type 'Pkg.add("Atom") I get the following error:

julia> Pkg.add("Atom")
INFO: Initializing package repository C:\Users\BRB\.julia\v0.5
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
ERROR: ArgumentError: 'C:\Users\BRB\.julia\v0.5\REQUIRE' exists. `remove_destination=true` is required to remove 'C:\Users\BRB\.julia\v0.5\REQUIRE' before moving.
 in #checkfor_mv_cp_cptree#8(::Bool, ::Function, ::String, ::String, ::String) at .\file.jl:147
 in (::Base.Filesystem.#kw##checkfor_mv_cp_cptree)(::Array{Any,1}, ::Base.Filesystem.#checkfor_mv_cp_cptree, ::String, ::String, ::String) at .\<missing>:0
 in #mv#11 at .\file.jl:184 [inlined]
 in mv at .\file.jl:184 [inlined]
 in init(::String, ::String) at .\pkg\dir.jl:58
 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

I have no idea what to do next. Any suggestions?

4

1 回答 1

2

您似乎有一个损坏的.julia目录。完全删除C:\Users\BRB\.julia并重试。

于 2017-07-15T12:09:57.307 回答