Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install the package in Julia 1.5 #5

Closed
tiagoseq opened this issue Apr 13, 2021 · 3 comments
Closed

Cannot install the package in Julia 1.5 #5

tiagoseq opened this issue Apr 13, 2021 · 3 comments

Comments

@tiagoseq
Copy link

Hello, I was trying to install the package and got this error message:
ERROR: The following package names could not be resolved: * Findpeaks (not found in project, manifest or registry)

@tungli
Copy link
Owner

tungli commented Apr 13, 2021

How did you try to install it? This package is not registered (see here).

@tiagoseq
Copy link
Author

I tried to install it like this:
using Pkg
Pkg.add("Findpeaks")

So for what I read in that post, is that this package was moved to DSP.jl?

Thanks!

@tungli
Copy link
Owner

tungli commented Apr 14, 2021

I have a pull request to DSP.jl open but I am not sure if it will get accepted and in what form and when.

In the meantime this should work:

using Pkg
Pkg.add(url="https://github.com/tungli/Findpeaks.jl")

@tungli tungli closed this as completed Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants