…
socket.timeout: The read operation timed out
…
ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
解决办法:
pip --default-timeout=200 install -U xxx_package_name
…
socket.timeout: The read operation timed out
…
ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.
解决办法:
pip --default-timeout=200 install -U xxx_package_name