Python 熊猫安装-环境错误

Python 熊猫安装-环境错误,python,pandas,Python,Pandas,我试图在Python3.7中安装pandas,但在尝试使用“pip install pandas”时遇到了问题 Could not install packages due to an EnvironmentError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: /packages/45/12/1e1ba99fb65df9f7f3724d3232fe

我试图在Python3.7中安装pandas,但在尝试使用“
pip install pandas
”时遇到了问题

Could not install packages due to an EnvironmentError: 
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Max retries exceeded with url: 
/packages/45/12/1e1ba99fb65df9f7f3724d3232feef35cc044d18604d57492d561e90219f/pandas-0.23.0.tar.gz 
(Caused by ProtocolError('Connection aborted.', 
 ConnectionResetError(10054, 'An existing connection was forcibly closed by the 
 remote host', None, 10054, None))) 

检查是否需要添加代理?是否尝试直接访问该网站<代码>https://files.pythonhosted.org/您的pip版本是什么?@Daniel M我使用谷歌chrome,但无法直接访问该网站@Mauro Baraldi我的pip版本是pip 10.0.1