http://pypi.douban.com/simple/ 豆瓣 https://pypi.mirrors.ustc.edu.cn/simple/ 中国科技大学 http://pypi.mirrors.opencas.cn/simple/ 中科院 https://pypi.tuna.tsinghua.edu.cn/simple/ 清华大学二、利用国内镜像网站pip安装的的格式
此处以清华大学镜像网站安装PyQt5-tools为例:(cmd中安装)
pip install PyQt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple/
PS:顺带说一句,安装PyQt5-tools时,python版本为3.5-3.9,更高或更低的版本都会安装失败。
以下这篇文章值得一读:
(3条消息) pyqt5-tools安装失败处理方法_是你呀星途的博客-CSDN博客_pyqt5-tools安装失败https://blog.csdn.net/m0_56830873/article/details/123285284



