Hi,
I am trying to add the latest LLVM (v4.17.1) julia to fix some code that is breaking, and am running into this issue:
pkg> activate .
Activating project at `~/Documents/Julia/Test`
pkg> add [email protected]
Installing known registries into `~/.julia`
Updating registry at `~/.julia/registries/General.toml`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package LLVM [929cbde3]:
LLVM [929cbde3] log:
├─possible versions are: 0.9.0-4.17.0 or uninstalled
└─restricted to versions 4.17.1 by an explicit requirement — no versions left
I did rm -rf ~/.julia and retried that to no avail - any pointers?