python版本3.6
开始使用pip install pandas报错
在安装pandas的时候开始可以载入,但是后面显示
raise ReadTimeoutError(self._pool, None, 'Read timed out.')
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
后来将pip语句更换为 pip --default-time=100 install pandas
成功安装pandas