ERROR: Unsatisfiable requirements detected for package ASTInterpreter2 [e6d88f4b]

Hi, I am trying to add some packages but the following error arise:

(v1.0) pkg> add Makie
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package ASTInterpreter2 [e6d88f4b]:
 ASTInterpreter2 [e6d88f4b] log:
 ├─possible versions are: 0.1.0-0.1.1 or uninstalled
 ├─restricted by julia compatibility requirements to versions: uninstalled
 └─restricted by compatibility requirements with Atom [c52e3926] to versions: 0.1.0-0.1.1 — 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.2] or uninstalled
     └─restricted to versions 0.7.8 by an explicit requirement, leaving only versions 0.7.8

I also tried adding Flux and Yao but the same problem happened. Any idea what could be the reason?
Thanks

1 Like

Me too:
(v1.1) pkg> add TextAnalysis
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package ASTInterpreter2 [e6d88f4b]:
ASTInterpreter2 [e6d88f4b] log:
├─possible versions are: 0.1.0-0.1.1 or uninstalled
├─restricted by julia compatibility requirements to versions: uninstalled
└─restricted by compatibility requirements with Atom [c52e3926] to versions: 0.1.0-0.1.1 — 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.2] or uninstalled
└─restricted to versions 0.7.14 by an explicit requirement, leaving only versions 0.7.14

can you try to pkg update and the pkg gc? it worked for me

1 Like

Pkg update worked. I am wondering what could be the reason.

Updating pkg fixed my problem too. Thanks!

Worked for me as well ! thank you

1 Like

Posting here that this message helped me quickly fix the same problem. Thanks!