# Cannot install Images because of unresolved dependancies

**URL:** https://discourse.julialang.org/t/cannot-install-images-because-of-unresolved-dependancies/35235
**Category:** General Usage
**Tags:** question
**Created:** [February 27, 2020, 3:15pm UTC](https://discourse.julialang.org/t/cannot-install-images-because-of-unresolved-dependancies/35235 "2020-02-27T15:15:06Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![wizebt](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wizebt/32/12256_2.png) [@wizebt](https://discourse.julialang.org/u/wizebt)
#### Post date: [February 27, 2020, 3:15pm UTC](https://discourse.julialang.org/t/cannot-install-images-because-of-unresolved-dependancies/35235/1 "2020-02-27T15:15:06Z")

</div>

Hi,  
While reverting from 1.4.0rc1 back to 1.3.0 I deleted the whole .julia dir and reinstalled 1.3.0. Now I cannot install Imges package … What’s appening with Artifacts.toml

```julia
^[[D Resolving package versions...
ERROR: Unable to automatically install 'IntelOpenMP' from '/home/manu/.julia/packages/IntelOpenMP_jll/hsAKN/Artifacts.toml'

```

```julia
(v1.3) pkg> add ImageView
 Resolving package versions...
ERROR: Unable to automatically install 'Libiconv' from '/home/manu/.julia/packages/Libiconv_jll/rAMGY/Artifacts.toml'

```

… same for some other packages. I struggle to overcome this issue after long google search  
Thanks for your guidance

---

<div class="post-metadata">

### Author: ![JosenildoFerreira](https://avatars.discourse-cdn.com/v4/letter/j/ebca7d/32.png) [@JosenildoFerreira](https://discourse.julialang.org/u/JosenildoFerreira)
#### Post date: [March 3, 2020, 4:43pm UTC](https://discourse.julialang.org/t/cannot-install-images-because-of-unresolved-dependancies/35235/2 "2020-03-03T16:43:57Z")

</div>

Same problem here.

---

<div class="post-metadata">

### Author: ![Sukera](https://avatars.discourse-cdn.com/v4/letter/s/ce7236/32.png) [@Sukera](https://discourse.julialang.org/u/Sukera)
#### Post date: [March 3, 2020, 6:11pm UTC](https://discourse.julialang.org/t/cannot-install-images-because-of-unresolved-dependancies/35235/3 "2020-03-03T18:11:20Z")

</div>

Is that the full error message?

---

<div class="post-metadata">

### Author: ![wizebt](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/wizebt/32/12256_2.png) [@wizebt](https://discourse.julialang.org/u/wizebt)
#### Post date: [March 28, 2020, 11:04am UTC](https://discourse.julialang.org/t/cannot-install-images-because-of-unresolved-dependancies/35235/4 "2020-03-28T11:04:50Z")

</div>

Solved: it was a missing liburl4 library missing on my ubuntu system  
Simply do a

```julia
$sudo apt install libcurl4

```

---

<div class="post-metadata">

### Author: ![gitboy16](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/gitboy16/32/24906_2.png) [@gitboy16](https://discourse.julialang.org/u/gitboy16)
#### Post date: [May 13, 2021, 1:42pm UTC](https://discourse.julialang.org/t/cannot-install-images-because-of-unresolved-dependancies/35235/5 "2021-05-13T13:42:57Z")

</div>

I have this issue with `add LightXML` as well:

```julia
ERROR: Unable to automatically install `Libiconv`

```

Any idea how to solve it on windows?

Thank you
