symengine / SymEngine.jl

Julia wrappers of SymEngine
MIT License
192 stars 43 forks source link

Cannot install package via Pkg.add #237

Closed venkatachalapathy closed 2 years ago

venkatachalapathy commented 2 years ago

┌ Warning: Some registries failed to update: │ — C:\Users\...\.julia\registries\General — registry dirty └ @ Pkg.Types C:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.6\Pkg\src\Types.jl:1246 Resolving package versions... ERROR: cannot find name corresponding to UUID 692b3bcd-3c85-4b1f-b108-f13ce0eb3210 in a registry

Any tips?

venkatachalapathy commented 2 years ago

It looks like there was a problem with corrupted registries. I deleted the file C:\Users\...\.julia\registries and reinstalled the registry inside REPL via

pkg> registry add https://github.com/JuliaRegistries/General

and it worked.