-
Notifications
You must be signed in to change notification settings - Fork 18
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
no numpy module found although it is installed #4
Comments
I'm glad you are giving it a shot. That error indicates numpy isn't
installed. If you can just try this from a command line, open python from
inside the python she'll import numpy. If that fails it means you don't
have numpy installed or at least not properly.. A quick Google search will
find instructions to install numpy for your particular setup.
As for the acoustic package, it remains a work in progress. I've had mixed
results with some of the analysis so be cautious on interpretation.
Good luck
…On Tue, Aug 3, 2021, 2:16 AM Kevin F.A. Darras ***@***.***> wrote:
Hi there, thanks for the useful repo!
However, when I tried running the main_test_indices.py file after fetching
the entire repo on Ubuntu 20.04 and making sure that all 4 required
packages were installed with PIP and also APT, I was unsuccessful:
python main_test_indices.py
Traceback (most recent call last):
File "main_test_indices.py", line 16, in <module>
from compute_indice import *
File "/home/kdarras/Documents/Boulot/2020 Hangzhou/ecoSound-web/indices/Acoustic_Indices/compute_indice.py", line 23, in <module>
from scipy import signal, fftpack
File "/usr/lib/python3/dist-packages/scipy/__init__.py", line 62, in <module>
from numpy import show_config as show_numpy_config
ImportError: No module named numpy
please advise whether this is a bug or an error on my part.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACTMJXPX2JIOE2DCS6NALH3T26CVPANCNFSM5BOEGMCA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Thanks a lot for checking this. Weird... I had the impression I installed all required packages with APT and PIP. Now that numpy has been (re-?) installed with APT, I got to the next error message, which looks a little different:
PS: scipy is installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there, thanks for the useful repo!
However, when I tried running the main_test_indices.py file after fetching the entire repo on Ubuntu 20.04 and making sure that all 4 required packages were installed with PIP and also APT, I was unsuccessful:
please advise whether this is a bug or an error on my part.
The text was updated successfully, but these errors were encountered: