# Unable to Add Packages

**URL:** https://discourse.julialang.org/t/unable-to-add-packages/23657
**Category:** General Usage
**Created:** [April 29, 2019, 3:52pm UTC](https://discourse.julialang.org/t/unable-to-add-packages/23657 "2019-04-29T15:52:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![dburch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dburch/32/8741_2.png) [@dburch](https://discourse.julialang.org/u/dburch)
#### Post date: [April 29, 2019, 3:52pm UTC](https://discourse.julialang.org/t/unable-to-add-packages/23657/1 "2019-04-29T15:52:35Z")

</div>

It seems like I cannot add packages. I am using Julia Pro v1.0.3. When I try to add a package, I get the following error:

```julia
(v1.0) pkg> add Plots
 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.5] or uninstalled
     └─restricted to versions 0.7.10 by an explicit requirement, leaving only versions 0.7.10

(v1.0) pkg>

```

Any suggestions on what could be wrong?

---

<div class="post-metadata">

### Author: ![alejandromerchan](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/alejandromerchan/32/10500_2.png) [@alejandromerchan](https://discourse.julialang.org/u/alejandromerchan)
#### Post date: [April 29, 2019, 4:07pm UTC](https://discourse.julialang.org/t/unable-to-add-packages/23657/2 "2019-04-29T16:07:45Z")

</div>

Try

```julia
 ] rm ASTInterpreter2

```

and then reinstall Plots.

---

<div class="post-metadata">

### Author: ![dburch](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/dburch/32/8741_2.png) [@dburch](https://discourse.julialang.org/u/dburch)
#### Post date: [April 29, 2019, 4:34pm UTC](https://discourse.julialang.org/t/unable-to-add-packages/23657/3 "2019-04-29T16:34:50Z")

</div>

I installed the newest version of Julia Pro and that version is working fine. I did try what you suggested @alejandromerchan and it didn’t seem to change things. It ignored the rm command.

```julia
(v1.0) pkg> rm ASTInterpreter2
┌ Warning: `ASTInterpreter2` not in project, ignoring
└ @ Pkg.Operations C:\Users\julia\AppData\Local\Julia-1.0.3\share\julia\stdlib\v1.0\Pkg\src\Operatio
ns.jl:1192
[ Info: No changes

(v1.0) pkg> add Plots
 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 versi
ons 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.5] or uninstalled
     └─restricted to versions 0.7.10 by an explicit requirement, leaving only versions 0.7.10

(v1.0) pkg>

```

I think that I am all set since I am going to just use the latest version of Julia Pro. Thank you for your help.

---

<div class="post-metadata">

### Author: ![mike\_k](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/mike_k/32/211864_2.png) [@mike\_k](https://discourse.julialang.org/u/mike_k)
#### Post date: [April 29, 2019, 5:10pm UTC](https://discourse.julialang.org/t/unable-to-add-packages/23657/4 "2019-04-29T17:10:20Z")

</div>

I had a similar problem and opened a [thread here](https://discourse.julialang.org/t/julia-does-not-start-in-atom-anymore/22418). The solution worked for me.
