tyiannak / pyAudioAnalysis

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

Problems with installation. Trouble in the dependency libraries... #345

Open ar-valdez opened 3 years ago

ar-valdez commented 3 years ago

I am trying to install the library. And I am having problems satisfying the versions listed for each dependency on the file requirements.txt.

I have "newer" versions, and I want to keep these new versions, yet the command pip install -r ./requirements.txt forces me to downgrade...

Can you suggest to me how to bypass the problem?

Thanks

slowglow commented 3 years ago

Maybe you can try to remove the version information from the requirements.txt and install from there. In general, it is not guranteed to work, but it works for me.