pip3 install的時候報錯timed out

問題:

執行pip install requests報錯 Read timed out.
 
解決方法:
修改超時時間:
pip --default-timeout=1000 install -U requests
相關文章
相關標籤/搜索