1. socket.timeout: The read operation timed out
    2. ReadTimeoutError: HTTPSConnectionPool(host=‘files.pythonhosted.org’, port=443): Read timed out.

    解决办法:

    pip --default-timeout=200 install -U xxx_package_name