pyAudioAnalysis
pyAudioAnalysis copied to clipboard
Problems with installation. Trouble in the dependency libraries...
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
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.