Cannot install Images because of unresolved dependancies

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

^[[D Resolving package versions...
ERROR: Unable to automatically install 'IntelOpenMP' from '/home/manu/.julia/packages/IntelOpenMP_jll/hsAKN/Artifacts.toml'
(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

1 Like

Same problem here.

Is that the full error message?

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

$sudo apt install libcurl4

I have this issue with add LightXML as well:

ERROR: Unable to automatically install `Libiconv`

Any idea how to solve it on windows?

Thank you