pyAudioAnalysis icon indicating copy to clipboard operation
pyAudioAnalysis copied to clipboard

How can l install this project on Windows8.1

Open nobleding opened this issue 7 years ago • 4 comments

Hi~ I want to install pyAudioAnalysis on windows , how should I operate?

nobleding avatar May 04 '17 12:05 nobleding

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 avatar May 06 '17 06:05 bonashen

@bonashen, Does it work, installing using pip? I tried. I got installed but I faced import errors, found no folders.

The-Gupta avatar Nov 16 '17 05:11 The-Gupta

@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.

username1618 avatar Mar 17 '19 15:03 username1618

Why doesn't the package for pyAudioAnalysis specify that is needs all those dependencies? @bonashen I think you also missed tqdm package

thesteve0 avatar Oct 16 '20 22:10 thesteve0