Python操作彙總

1. 更新過期python第三方庫

pip install --upgrade 庫名

例如更新numpy   pip install --upgrade numpy

如果速度太慢嘗試使用下面這個:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy

參考:https://blog.csdn.net/Jayden_Gu/article/details/81741467

https://blog.csdn.net/weixin_41765699/article/details/83420149

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章