Skip to content
Mathias Louboutin edited this page Jul 15, 2020 · 7 revisions

You can find here answers to frequently asked questions and issues.

UUID not found at installation

If you run into an error looking like

ERROR: cannot find name corresponding to UUID

It looks like General Julia registry has occasional problems. If you get an error during add/dev/update/resolve packages that General registry cannot by update try the following from package manager (after typing ]):

pkg>  registry remove General
pkg>  registry add General

That should pull the fresh version of General registry.

In case this throws a second error registry General not found. you can add back the Genral Julia registry via

julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url="https://github.com/JuliaRegistries/General.git"))'
Clone this wiki locally