错误提示 找不到git
The git executable must be specified in one of the following ways:
– be included in your $PATH
– be set via $GIT_PYTHON_GIT_EXECUTABLE
– explicitly set via git.refresh(
解决方法,安装Git for Windows 下载链接https://git-scm.com/download/win
pip 设置国内清华源
C:\Users\用户名\AppData\Roaming\pip\pip.ini
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
insightface手动安装
.\python_embeded\python.exe -m pip install “C:\Users\DS456\Downloads\insightface-0.7.3-cp311-cp311-win_amd64.whl” onnxruntime
评论1