解決 python pip安裝或者升級 模塊 超時問題

python中使用pip安裝或者更新模塊可能會遇到網絡問題,timeout等問題;python

如何解決?網絡

使用國內的鏡像進行升級:ide

使用pip安裝

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple 模塊名稱

使用pip更新

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -U 模塊名稱

你們能夠試試。code

相關文章
相關標籤/搜索