Package not found in project, manifest or registry

I have a problem installing packages (not only TimeData, others as well.
I repeatedly get this error message, and I do not know any waiy out of this. Can you please suggest anything that I could try? Thank you

(@v1.6) pkg> add TimeData
Updating registry at C:\Users\USUARIO\.julia\registries\General
Updating git-repo https://github.com/JuliaRegistries/General.git
ERROR: The following package names could not be resolved:

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

Assuming you mean https://github.com/JuliaFinMetriX/TimeData.jl, that package is old enough to not be in the registry (and it would not work with Julia 1.0+).

2 Likes

Thank you, what package should I use instead?

You could try TimeSeries or just regular DataFrames. Depends on what exactly what you want to do.

2 Likes