tyiannak / pyAudioAnalysis

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

Support for python 3.9 #362

Open 16DF35DC5E7F679EF7C096F61B79B679 opened 2 years ago

16DF35DC5E7F679EF7C096F61B79B679 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

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)