-
Notifications
You must be signed in to change notification settings - Fork 12
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
ModuleNotFoundError: No module named 'numpy' - heroku deployment #11
Comments
It looks like this issue was initially fixed (by the upstream repo) in e9fe3dc but accidentally re-introduced by 7cd83b7. The result does not work prpoerly with the in-built Python By first installing |
Hello, |
Same issue (python 3.8 and 3.9), running The only way I could complete the install was reverting to an older version of pip:
|
I had the same issue with Python 3.12, but using Python 3.10 I handled it |
Hi, I'm deploying a web app to heroku and the app seems to require python-javabridge (not javabridge). As it tries to download python-javabridge-4.0.0.tar.gz to its server, I get the error:
I read around this error and it seems to be a common issue that the get_include function is called from the setup.py file of a package before numpy has been installed, however, I am not sure how to fix it myself (or to verify this is indeed the problem here). Of course I have pip installed numpy and python-javabridge on my local machine and this works fine, but not sure what happens when it tries to install it on the heroku server. I'm using Anaconda 3 Python 3.7 and Spyder IDE (and Spyder terminal for the commands).
Any help will be appreciated!
The text was updated successfully, but these errors were encountered: