pyAudioAnalysis
pyAudioAnalysis copied to clipboard
How can l install this project on Windows8.1
Hi~ I want to install pyAudioAnalysis on windows , how should I operate?
on windows,you maybe download numpy & scipy library in http://www.lfd.uci.edu/~gohlke/pythonlibs/ pip install [path-to-numpy.whl] pip install [path-to-scipy.whl] pip install matplotlib sklearn hmmlearn simplejson eyed3 pydub pip install pyAudioAnalysis
Remember to download ffmpeg and add the FFmpeg\bin path to the system [path] environment variable
@bonashen, Does it work, installing using pip? I tried. I got installed but I faced import errors, found no folders.
@bonashen, Does it work, installing using pip? I tried. I got installed but I faced import errors, found no folders.
I guess, that you have instaled Anaconda, and use pip install in windows cmd. Try to use command in Anaconda prompt.
Why doesn't the package for pyAudioAnalysis specify that is needs all those dependencies? @bonashen I think you also missed tqdm package