https://blog.csdn.net/qq_37344125/article/details/102649897
使用pycharm下载包的时候总是出现问题如下图所示Failed to install package
pycharm使用命令行的方式后面添加 --trusted-host pypi.douban.com
pip install pyqt5-tools -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
升级pip
python -m pip install --upgrade pip
whl文件安装
pip install xxx.whl