【已解决】subprocess-exited-with-error
准备元数据(setup.py)…错误
错误:subprocess-exited-with-error
python setup.py egg_info运行失败。
│退出代码:10
<╰>[1行输出]
请指定——curl-dir=/path/to/built/libcurl
[输出结束]
注意:此错误源自子进程,可能不是pip的问题。
错误:metadata-generation-failed
生成包元数据时遇到错误。
<╰>请参见上面的输出。
注意:这是上面提到的包的问题,而不是pip。
提示:详情见上文。
解决方法:
sArchived: Python Extension Packages for Windows - Christoph Gohlke (uci.edu)
到这个网站去下载
这里cp39代表python版本3.9
将文件安装到conda目录下,使用代码下载
pip install pycurl-7.45.1-cp39-cp39-win_amd64.whl
注意源的选择:
-i https://pypi.tuna.tsinghua.edu.cn/simple
删除所有源
conda config --remove-key channels
添加源
conda config --add channels https://pypi.tuna.tsinghua.edu.cn/simple
j