Package merged into General but cannot be added to my local machine

I’ve registered a package like this but I cannot install it on my machine.

(@v1.5) pkg> add LazyFym
ERROR: The following package names could not be resolved:
 * LazyFym (not found in project, manifest or registry)

Sometimes, it takes a while for packages to propagate.

1 Like

Ah, I was probably too impatient.
Do you know how long it usually takes? :slight_smile:

I’m sure that I’ve read it somewhere and I’ve looked around but cannot find it. I hope someone else on this forum, who does know, passes by.

1 Like

did you pkg> registry up (or restart Julia) before adding your package?

2 Likes

Of course I did (I also tried to remove ~/.julia/registries and retry it).
As @rikh said, it may be take a long time :slight_smile:

EDIT: now it works.

2 Likes

Related issue: https://github.com/JuliaRegistries/General/issues/16777