I am trying to install Juno+Julia on my Mac. According to the site this is
as easy as downloading their the juno-mac-x64.dmg and then dragging the
icon to the applications folder. But when lauching Juno I get this error
below. I have searched for solutions, but none of them seem to work. I need
to perfect this process as I will be having students installing Julia and
don't want to be inundated with questions. Is there a simple way to install
Juno+Julia? Thanks for your help.
Couldn't connect to Julia
INFO: Couldn't find Jewel package, attempting installation...
INFO: Installing Color v0.3.15
Agreeing to the Xcode/iOS license requires admin privileges, please re-run
as root via sudo.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
-----------------------------------------------
We couldn't install Jewel.jl for you.
Try using Pkg.add("Jewel") in a Julia repl.
-----------------------------------------------
ERROR: failed process: Process(`git clone -q
/Users/Joseph/.julia/v0.3/.cache/Color Color`, ProcessExited(128)) [128]
in wait at
/Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
(repeats 2 times)
in wait at task.jl:48
in sync_end at
/Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
in add at pkg/entry.jl:319
in add at pkg/entry.jl:71
in anonymous at pkg/dir.jl:28
in cd at
/Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
in __cd#227__ at
/Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
in add at pkg.jl:20
in include at
/Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
in include_from_node1 at loading.jl:128
in process_options at
/Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
in _start at
/Applications/Juno.app/Contents/Resources/app/julia/lib/julia/sys.dylib
while loading
/Applications/Juno.app/Contents/Resources/app/plugins/Julia-LT/jl/init.jl,
in expression starting on line 24
Close