The master branch of Atom does depend on Gallium, which is 0.5-only. On 0.4
you should run `Pkg.free("Atom")` to go back to the latest 0.4-compatible
version.On Wed, 29 Jun 2016 at 14:44 Stefan Karpinski <[email protected]> wrote: > Did you previously install Gallium? Mike, does Atom depend on Gallium > these days? > > On Wed, Jun 29, 2016 at 2:29 PM, Lior Horesh <[email protected]> > wrote: > >> hi friends, >> >> I have tried to add the Atom package in Julia 'Pkg.add("Atom")', but >> faced the following error message. >> >> ' >> julia> Pkg.add("Atom") >> ERROR: Gallium can't be installed because it has no versions that support >> 0.4.6 of julia. You may need to update METADATA by running `Pkg.update()` >> in error at error.jl:22 >> in sync_end at task.jl:413 >> [inlined code] from task.jl:422 >> in add at pkg/entry.jl:64 >> in add at pkg/entry.jl:73 >> in anonymous at pkg/dir.jl:31 >> in cd at file.jl:32 >> in cd at pkg/dir.jl:31 >> in add at pkg.jl:23 >> >> julia> Pkg.update() >> INFO: Updating METADATA... >> INFO: Updating Atom... >> INFO: Computing changes... >> ERROR: Gallium can't be installed because it has no versions that support >> 0.4.6 of julia. You may need to update METADATA by running `Pkg.update()` >> in error at error.jl:22 >> ' >> >> Any suggestions ? >> >> L >> > >
