Error Running The Pyaudioanalysis Sample Program
I installed pyAudioAnalysis on python2.7 using pycharm (linux). Trying to run audioBasicIO.py gives the following error. I have installed eyeD3 but it does not work. /usr/bin/pytho
Solution 1:
f-string
s aren't supported for python 2.7. You need python 3.6 or above to use them. Here is a good workaround, in which you can use f-string
s in below python 3.6.
Post a Comment for "Error Running The Pyaudioanalysis Sample Program"