pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>
使用 pip install progressbar
安装 模块时出现
可改为
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org <package_name>