問題描述:
使用git命令時:
ERROR: Error [WinError 2] 系統找不到指定的檔案, while executing command git clone -q https://github.com/philferriere/cocoapi.git 'C:\Users\ASUS\AppData\Local\Temp\pip-req-build-ms13oiun'
ERROR: Cannot find command 'git' - do you have 'git' installed and in your PATH?

原因分析:
沒有下載git包,
解決方案:
使用conda安裝:
conda install git
如果使用pip install git
報錯:
ERROR: Could not find a version that satisfies the requirement git
ERROR: No matching distribution found for git
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/265982.html
標籤:區塊鏈
上一篇:2021-03-03
