Pkg: GtkTextUtils in manifest but not in project

When I try to install any package, I get the following error message:

(v1.1) pkg> add HTTP
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
 Resolving package versions...
ERROR: The following package names could not be resolved:
 * GtkTextUtils (687096e4-f84d-5f8c-b0a2-a6619aa4741c in manifest but not in project)
Please specify by known `name=uuid`.

I tried to clean the registry, did not help… I also tried to remove GtkTextUtils but:

v1.1) pkg> rm GtkTextUtils
┌ Warning: `GtkTextUtils` not in project, ignoring

After removing .julia, the problem disappears but that is not a good solution…

Are there any other ‘cleanups’ than removing the registry?

1 Like