karolpiczak / EARS

EARS: Environmental Audio Recognition System
MIT License
110 stars 28 forks source link

unable to run #18

Closed umsaenga closed 4 years ago

umsaenga commented 4 years ago

Hello, Last week I install and run successfully, now I try again from zero and unable, receive errors when installing.

when installing requirements it says running cythonize failed. complete log attached.

then when check sounddevice python -m sounddevice it says module not found.

(ears)pi@raspberrypi:~ $ python -m sounddevice
/home/pi/.conda/envs/ears/bin/python: No module named sounddevice

I am installing fresh as per your instructions, I was able to last week and now get these errors. Any help is appreciated. Thank you

requirementsLog.txt

umsaenga commented 4 years ago

seems that numpy was updated june 20 , which requires Cython >= 0.29.14. Forcing numpy 1.18.5 fixed install.

umsaenga commented 4 years ago

running pip install sounddevice fixed my sounddevice error and my mic is now recognized. When I try to ./run.sh I get librosa error. I try install manually pip install librosa==0.4.2 and it fails on "building wheel for pillow"

Are you able to confirm which versions the packages you used for last working model? These are the ones that install per the current instructions.

audioread==2.1.8
bokeh==0.12.5
certifi==2018.8.24
cffi==1.11.5
chardet==3.0.4
cycler==0.10.0
Cython==0.28.5
decorator==4.4.2
h5py==2.8.0
idna==2.10
Jinja2==2.11.2
joblib==0.16.0
Keras==2.4.3
kiwisolver==1.2.0
MarkupSafe==1.1.1
numpy==1.18.5
olefile==0.46
pandas==0.23.4
pycparser==2.20
pyparsing==2.4.7
python-dateutil==2.8.1
PyYAML==5.3.1
requests==2.24.0
scikit-learn==0.19.1
scipy==0.19.1
six==1.11.0
sounddevice==0.4.0
tornado==4.3
urllib3==1.25.9
stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, but feel free to re-open a closed issue if needed.