解决:Cannot find command ‘git’ - do you have ‘git’ installed and in your PATH?和系统找不到指定的文件。 while executing command git http:.//
C:\Users\HASEE>pip install git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
Collecting git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI
Cloning https://github.com/philferriere/cocoapi.git to c:\users\hasee\appdata\local\temp\pip-req-build-60rcidcx
Running command git clone -q https://github.com/philferriere/cocoapi.git ‘C:\Users\HASEE\AppData\Local\Temp\pip-req-build-60rcidcx’
ERROR: Error [WinError 2] 系统找不到指定的文件。 while executing command git clone -q https://github.com/philferriere/cocoapi.git ‘C:\Users\HASEE\AppData\Local\Temp\pip-req-build-60rcidcx’
ERROR: Cannot find command ‘git’ - do you have ‘git’ installed and in your PATH
解决办法:在cmd黑窗口中输入pip install git会报错
这里只需要打开pycharm,在包管理里,添加并安装git即可
然后就可以正常进行了
pip install git+https://github.com/rwightman/pytorch-image-models.git
rch-image-models.git
版权归原作者 肖申克的陪伴 所有, 如有侵权,请联系我们删除。