JuliaInterop / Cxx.jl

The Julia C++ Interface
Other
757 stars 108 forks source link

Unsatisfiable requirements detected for Cxx (Julia 1.1) #412

Closed kraftpunk97-zz closed 5 years ago

kraftpunk97-zz commented 5 years ago

Tried to install the latest version using ] add Cxx and was faced with this error...

  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
 Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Cxx [a0b5b9ef]:
 Cxx [a0b5b9ef] log:
 ├─possible versions are: [0.0.1-0.0.2, 0.1.0-0.1.1, 0.2.0] or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1-0.0.2, 0.1.0-0.1.1, 0.2.0]
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left
Gnimuc commented 5 years ago

Could you try it again after running up?

kraftpunk97-zz commented 5 years ago

Sorry for the late response. The problem has now been fixed. Thanks. I'm assuming it must have been because the Registry weren't properly updated.