I received this error after updating Atom packages of Julia
"unknown package Juno required by Atom"
I attempt to solve using
Pkg.clone("https://github.com/JunoLab/Juno.jl.git")
Pkg.update()
using Atom
However, in next step Gallium gave an error.
I removed package Gallium and added again.
Then with existing installation of Atom, Julia works after precompilation finishes.
No comments:
Post a Comment