报错内容:
Collecting numpy==1.25.2 (from -r requirements.txt (line 3)) Using cached http://mirrors.aliyun.com/pypi/packages/xxxx/numpy-1.25.2.tar.gz (10.8 MB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully.
解决方法:
重新安装虚拟环境,更换python为3.10版本。
备注:
复现不能完全相信环境配置,要给gpt发一遍环境,综合考虑requirements.txt中的包适配的环境来搭建环境。