赞
踩
pip3安装模块报错note: This error originates from a subprocess, and is likely not a problem with pip
“note: This error originates from a subprocess, and is likely not a problem with pip” 这个错误提示通常意味着在使用pip安装模块时遇到了问题,但这个问题很可能不是pip本身的问题。
要解决这个问题,你可以尝试以下方法:
python -m pip install --upgrade pip
pip cache purge
pip install 模块名 -i https://pypi.tuna.tsinghua.edu.cn/simple
希望这些建议能帮你解决问题。如果还有其他问题,欢迎继续询问。
操作完毕这些还不行的话
yum install python3-devel
然后重新编译安装python即可
./configure --prefix=/usr/local/Python-3.11.9 --with-openssl=/usr/local/openssl --with-openssl-rpath=/usr/local/openssl
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。