第三方庫的安裝

2021-10-08 15:07:11 字數 590 閱讀 6622

安裝第三方包時,如若超時,也可採用換源的方法

pip國內的一些映象

阿里雲 

中國科技大學 

豆瓣(douban) 

清華大學 

中國科學技術大學 

eg:pip install pandas -i  --trusted-host mirrors.aliyun.com

pip install pandas -i  --trusted-host pypi.mirrors.ustc.edu.cn

pip install pandas -i  --trusted-host pypi.douban.com

pip install pandas -i  --trusted-host pypi.tuna.tsinghua.edu.cn

pip install pandas -i  --trusted-host pypi.mirrors.ustc.edu.cn

例如用阿里雲安裝matplotlib

參考文章:

python pip 安裝第三方庫

例如 為python安裝matplotlib模組 matplotlib 是乙個 python 中強大的 2d繪相簿 首先確保已經安裝python,然後用 pip來安裝matplotlib模組。1 進入到 cmd視窗下,進入python安裝目錄,如 cd c python34 scripts 2 執行...

Python 安裝第三方庫

1 pip工具 pip安裝目錄 c python34 scripts 確認pip是否安裝,執行 pip v c python34 scripts pip v 顯示 pip 9.0.3 from c python34 lib site packages python 3.4 安裝第三方庫 pyexce...

anaconda 安裝第三方庫

1 開啟anaconda prompt 輸入conda list 就會顯示已經安裝好的庫 2 如果這些庫中沒有自己需要的庫就可以用 anaconda search t conda tensorflow 查詢需要的庫這樣就會顯示你要安裝的有哪些版本 3 在使用 anaconda show 檔名 就會告...