-
Notifications
You must be signed in to change notification settings - Fork 29
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
Numpy version is not working #35
Comments
Hello! Could you try creating an environment with these steps? |
I encountered the same issue, which was due to numpy 2.0. Was fixed by setting @piperwolters would you be open to pinning all the dependencies in the repo? One way of doing it could be by using If you make a brief adjustment by writing the dependencies in a
Then you can run
|
Hi Jacob, thanks for the suggestion. I have pinned numpy in requirements.txt for now, and will look into pinning the rest of them (maybe using pip-compile). |
Hi, thank you for your contribution to our community. When I reproduce the results, I got stuck by "ImportError: numpy._core.multiarray failed to import". Could you please show me your python package versions so that I can run the inference with no errors? Thank you.
The text was updated successfully, but these errors were encountered: