錯誤提示 找不到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 設(shè)置國內(nèi)清華源
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