error: subprocess-exited-with-error有大佬知道原因吗,万分感谢
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple/ Collecting clip@ git+https://mirror.ghproxy.com/https://github.com/openai/CLIP.git@main (from -r requirements.txt (line 3)) Cloning https://mirror.ghproxy.com/https://github.com/openai/CLIP.git (to revision main) to /tmp/pip-install-5gzr10la/clip_147d0a7ece9f4b7b9b81c97206381141 Running command git clone --filter=blob:none --quiet https://mirror.ghproxy.com/https://github.com/openai/CLIP.git /tmp/pip-install-5gzr10la/clip_147d0a7ece9f4b7b9b81c97206381141 warning: redirecting to https://ghp.ci/https://github.com/openai/CLIP.git/ Resolved https://mirror.ghproxy.com/https://github.com/openai/CLIP.git to commit dcba3cb2e2827b402d2701e7e1c7d9fed8a20ef1 Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
Traceback (most recent call last):
File "
note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed
× Encountered error while generating package metadata. ╰─> See above for output.
note: This is an issue with the package mentioned above, not pip. hint: See above for details.
我知道了python的版本不匹配,降到3.10就行了