Update Atom Package in Julia

The problem that I have is these warning messages shown below:

Warning: Atom.jl: unrecognised message outline.
└ @ Atom C:\Users\NG.julia\packages\Atom\E4PBh\src\comm.jl:171

I have Atom v0.8.5.

I already followed this. But still have the issues. I have also tried updating Atom package, but it does not get updated.

Please share any ideas or thoughts about this warning message.

Thanks!

I had a package (MeshCat.jl) that didn’t let WebIO
to update. I removed it (as I don’t need it currently) and it got updated.

hi, I dont have that package you mentioned. But here is the list of package below:

[c52e3926] Atom v0.8.5
[6e4b80f9] BenchmarkTools v0.4.2
[336ed68f] CSV v0.4.3
[9961bab8] Cbc v0.6.0
[e2554f3b] Clp v0.6.1
[da1fd8a2] CodeTracking v0.5.5
[a93c6f00] DataFrames v0.17.1
[31a5f54b] Debugger v0.3.0
[4986ee89] DynamicalBilliards v3.5.1
[587475ba] Flux v0.8.1
[2e9cd046] Gurobi v0.6.0
[7073ff75] IJulia v1.18.0
[b6b21f68] Ipopt v0.5.4
[4076af6c] JuMP v0.19.0
[aa1ae85d] JuliaInterpreter v0.4.1
[e5e0dc1b] Juno v0.7.0
[23992714] MAT v0.5.0
[10e44e05] MATLAB v0.7.3
[b8f27783] MathOptInterface v0.8.4
[a8b11937] OpenDSSDirect v0.5.1
[91a5bcdd] Plots v0.23.2
[c46f51b8] ProfileView v0.4.0
[d330b81b] PyPlot v2.8.0
[37b6cedf] Traceur v0.3.0
[9abbd945] Profile
[2f01184e] SparseArrays

Try to install with

] add Atom@v10.0.0

You’ll be told which package restricts the installation.

Aren’t you using Julia Pro? Because that restricts updating

The below is the output of the add “Atom@v10.0.0”. I dont find any package which is causing this…

(v1.0) pkg> add Atom@v10.0.0
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package Atom [c52e3926]:
Atom [c52e3926] log:
├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.1, 0.3.0, 0.4.0-0.4.6, 0.5.0-0.5.10, 0.6.0-0.6.17, 0.7.0-0.7.15, 0.8.0-0.8.8, 0.9.0-0.9.1, 0.10.0-0.10.1] or uninstalled
└─restricted to versions 10.0.0 by an explicit requirement — no versions left

Sorry, my bad, it’s:

] add Atom@v0.10.0

Thanks. I tried removing the packages which were causing issue. But now I don’t get an updated Atom after using “update Atom” command in package manager. And if I try the command “add Atom@v0.1.0” then this below error is shown:

(v1.0) pkg> add Atom@v0.1.0
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package Atom [c52e3926]:
Atom [c52e3926] log:
├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.1, 0.3.0, 0.4.0-0.4.6, 0.5.0-0.5.10, 0.6.0-0.6.17, 0.7.0-0.7.15, 0.8.0-0.8.8, 0.9.0-0.9.1, 0.10.0-0.10.2] or uninstalled
├─restricted to versions 0.1.0 by an explicit requirement, leaving only versions 0.1.0
└─restricted by julia compatibility requirements to versions: [0.7.0-0.7.15, 0.8.0-0.8.8, 0.9.0-0.9.1, 0.10.0-0.10.2] or uninstalled — no versions left

I guess, you made a typo ( v0.1.0 instead of v0.10.0). Works with add Atom@v0.10.0?

I actually tried “add Atom@v0.10.0” this too.

(v1.0) pkg> add Atom@v0.10.0
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package CodeTracking [da1fd8a2]:
CodeTracking [da1fd8a2] log:
├─possible versions are: [0.1.0, 0.2.0-0.2.1, 0.3.0-0.3.4, 0.4.0, 0.5.0-0.5.8] or uninstalled
├─restricted to versions 0.5.5 by an explicit requirement, leaving only versions 0.5.5
└─restricted by compatibility requirements with Atom [c52e3926] to versions: 0.5.7-0.5.8 — no versions left
└─Atom [c52e3926] log:
├─possible versions are: [0.1.0-0.1.1, 0.2.0-0.2.1, 0.3.0, 0.4.0-0.4.6, 0.5.0-0.5.10, 0.6.0-0.6.17, 0.7.0-0.7.15, 0.8.0-0.8.8, 0.9.0-0.9.1, 0.10.0-0.10.2] or uninstalled
└─restricted to versions 0.10.0 by an explicit requirement, leaving only versions 0.10.0

Can you remove the CodeTracking package?
Or a “general” update (] up) resolves it?

Awesome I got to update the Atom. But the problem of warning still persists.

julia> ┌ Warning: Atom.jl: unrecognised message outline.
└ @ Atom C:\Users\NG.julia\packages\Atom\E4PBh\src\comm.jl:171

Julia updates are sometimes irritating.

That means you’re not on the latest version of the julia-client Atom package.

2 Likes