[记录运行代码问题 2]在安装python 第三方库时遇到【WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, st】问题
**解决:**在命令执行窗输入:
pip install Pyinstaller -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
(其中的Pyinstaller 是需要下载的库或包名,根据需要自行更改即可)