pip._vendor.urllib3.exceptions.ReadTimeoutError:
HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
pip install -r requiremnet.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
制定某个库与库的版本的国内源链接下载方式
pip --default-timeout=100 install tensorflow==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
网络上解决方案也很多如下:没有用
pip --default-timeout=100 install gevent