What does Pkg.status() say?
On Wednesday, June 29, 2016 at 7:05:37 PM UTC-4, Sibnarayan Guria wrote: > > > > Sent from my iPad > > On 30-Jun-2016, at 12:14 AM, Stefan Karpinski <ste...@karpinski.org > <javascript:>> 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 <lior....@gmail.com > <javascript:>> 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 >> > >