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