对于pip:
在我的命令提示符中键入:
C:/Python/Scripts/pip install aubio由本网站推荐:
http://aubio.readthedocs.io/en/latest/python_module.html
然后得到这样的信息:
http://imgur.com/a/vZxXg
有人建议我下载一个Python的C++编译器,但是这样做并没有避免这个错误。
因此,我尝试通过github安装模块。
对于通过pip的Github:
我自然而然地安装了Github并返回到我的命令提示符。
我输入了:
C:/Python/Scripts/pip install git+git://git.aubio.org/git/aubio当失败的时候:
C:/Python/Scripts/pip install git+git://git.aubio.org/git/aubio.git我得到了错误:
Error [WinError 2] The system cannot find the file specified while executing c
ommand git clone -q git://github.com/aubio/aubio.git C:\Users\luke\AppData\Local
\Temp\pip-ornio5sm-build
Cannot find command 'git'许多其他问题都有关于损坏的安装文件的答案,但我不完全确定如何检查。
谢谢。
发布于 2016-09-10 01:38:23
所以这并不是全部的答案,但它会对将来来这里的任何人有所帮助。
我安装的是Github而不是git。这就是无法识别git命令的原因。
installationWINDOWS的正确位置是:https://git-for-windows.github.io/
https://stackoverflow.com/questions/39416823
复制相似问题