在安装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

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/174020.html原文链接:https://javaforall.net
