sisl / Vec.jl

2D and 3D vectors and their operations for Julia
Other
13 stars 2 forks source link

cannot add Vec from sisl registry #16

Closed YoshieraHuang closed 3 years ago

YoshieraHuang commented 3 years ago

Hi, When i follow the README to add Vec.jl, this error emits:

(@v1.5) pkg> registry add https://github.com/sisl/Registry
    Cloning registry from "https://github.com/sisl/Registry"
      Added registry `SISL` to `~/.julia/registries/SISL`
(@v1.5) pkg> add Vec
   Updating registry at `~/.julia/registries/SISL`
   Updating git-repo `https://github.com/sisl/Registry`
  Resolving package versions...
ERROR: cannot find name corresponding to UUID 90137ffa-7385-5640-81b9-e52037218182 in a registry

I have a clean Julia environment. Can you help me?

YoshieraHuang commented 3 years ago

Oops. I forgot to add the general Julia registry. It works fine now.