-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cannot build from Git #404
Comments
Hi @clin1234, that looks like an issue installing Numpy which is a dependency for Holmes. The numpy project will be better able to assist than us. I suggest checking their docs and seeing if there are prebuilt binaries you can use. |
The issue is that the version range for numpy specified in pyproject.toml is outdated; there has been no new releases of numpy's 1.26 branch in months |
Nice catch. Are you able to fix the issue by changing that in pyproject.toml? |
That would also require updating poetry.lock, and who knows what dependencies are still relying on the outdated numpy version... |
If there's a configuration that you see working on your end, please share as it will help us test. We can test what version works, but I don't know what versions of numpy will install succesfully on your machine. |
robusta.log
The text was updated successfully, but these errors were encountered: