执行pip install requests报错 Read timed out.
 
解决方法:
修改超时时间:
pip --default-timeout=1000 install -U requests

相关文章: