作为开始使用pyAudioAnalysis的一部分,我正在Mac(High Sierra)执行bellow命令.
pip install numpy matplotlib scipy sklearn hmmlearn simplejson eyed3 pydub
Run Code Online (Sandbox Code Playgroud)
我在安装过程中遇到以下错误.感谢您的意见.
matplotlib 1.3.1的要求是numpy> = 1.5,但是你将拥有不兼容的numpy 1.8.0rc1.
请在下面找到更多信息,
Channas-MacBook-Pro:~ channa$ python
Python 2.7.10 (default, Oct 6 2017, 22:29:07)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
[3]+ Stopped python
Channas-MacBook-Pro:~ channa$ pip -V
pip 10.0.0b2 from /Library/Python/2.7/site-packages/pip-10.0.0b2-py2.7.egg/pip (python 2.7)
Channas-MacBook-Pro:~ channa$ sudo pip install numpy matplotlib scipy sklearn hmmlearn simplejson eyed3 pydub
The directory '/Users/channa/Library/Caches/pip/http' or …Run Code Online (Sandbox Code Playgroud)