簡體   English   中英

無法從github或pip安裝python模塊aubio

[英]Unable to install the python module aubio from github, or from pip

對於點子:

在我的命令提示符中輸入:

C:/Python/Scripts/pip install aubio

本網站推薦:

http://aubio.readthedocs.io/en/latest/python_module.html

得到這個消息:

http://imgur.com/a/vZxXg

有人建議我為Python下載一個C ++編譯器,但這樣做並沒有阻止錯誤。

所以我嘗試通過github安裝模塊。

對於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'

很多其他問題都有關於破壞的設置文件的答案,但我不完全確定我是如何檢查的。

謝謝。

所以這不是完整的答案,但它將幫助將來來到這里的任何人。

我安裝了Github而不是git。 這就是無法識別git命令的原因。

安裝[WINDOWS]的正確位置是: https//git-for-windows.github.io/

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM