tyiannak / pyAudioAnalysis

Python Audio Analysis Library: Feature Extraction, Classification, Segmentation and Applications
Apache License 2.0
5.89k stars 1.2k forks source link

Support for python 3.9 #362

Open harsha-vardhan-2 opened 3 years ago

harsha-vardhan-2 commented 3 years ago

The current requirements.txt specifies numpy version as 1.18.1. However, this numpy version is only available for python versions 3.5-3.8 It would be of great help if we can start supporting python 3.9

qkum commented 2 years ago

It would be lovely if what Python versions are supported were stated at the start of the README.

Supporting Python 3.9 comes second to that.

But thanks for the info.

Got the exact same error.

qkum commented 2 years ago

The current requirements.txt specifies numpy version as 1.18.1. However, this numpy version is only available for python versions 3.5-3.8 It would be of great help if we can start supporting python 3.9

For all the noobs out there:

pip uninstall python

pip install python==3.8
tyiannak commented 2 years ago

latest requirements have been tested in python 3.9 as well.

tyiannak commented 2 years ago

(Python 3.9.6 in particular)