Skip to content Skip to sidebar Skip to footer

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-strings 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-strings in below python 3.6.


Post a Comment for "Error Running The Pyaudioanalysis Sample Program"