Python 库安装失败怎么办?
安装 Python 库时,有可能出现安装失败的情况,大概率是由于网络问题所导致。此时可尝试使用清华源进行 Python 库的安装,即在安装命令后添加“-i https://pypi.tuna.tsinghua.edu.cn/simple”。
python -m pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple
安装 Python 库时,有可能出现安装失败的情况,大概率是由于网络问题所导致。此时可尝试使用清华源进行 Python 库的安装,即在安装命令后添加“-i https://pypi.tuna.tsinghua.edu.cn/simple”。
python -m pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple