The following package names could not be resolved: * Makie (not found in project, manifest or registry)

I want to add “Makie” package,But it shows me such error:
The following package names could not be resolved: * Makie (not found in project, manifest or registry)
My Julia version is 1.5.1-1
How can I solve it?

You may have to post more details, such as the command that you issued and the exact error message that was shown. In the past, this error has resulted from typos in the package name (e.g. ERROR: The following package names could not be resolved: Pyplot)

I have a similar problem as follows:

I. (@v1.7) pkg> add LabelledPetriNet;

ERROR: The following package names could not be resolved:

  • LabelledPetriNet (not found in project, manifest or registry)

II. julia> Pkg.add(“LabelledPetri”);
ERROR: The following package names could not be resolved:

  • LabelledPetri (not found in project, manifest or registry)

Any suggestions?

There is no package called LabelledPetriNet nor LabelledPetri in the latest version of the General registry. I have no idea where this package you want to install is coming from, but in general you can install a package with its URL, if it isn’t available in a registry:

]add URL_OF_THE_REPOSITORY