Ubuntu14.04 Python 2.7 安裝scipy 庫
Ubuntu14.04 Python 2.7 安裝scipy 庫各種問題
Ubuntu14.04 Python 2.7 安裝numpy 和scipy 庫時,測試numpy 沒有問題,測試scipy 出現問題。
按照下面幾個連結進行了調整:
ubuntu 14.04配置python安裝第三方庫(numpy,scipy,matplotlib等)
Ubuntu14.04下安裝numpy 和 matplotlib
ubuntu14.04安裝numpy,scipy
安裝python Scipy時的坑
Ubuntu系統下為Python安裝Scipy模組
ubuntu14.04安裝numpy,scipy出錯點以及改正
有一個部落格中寫道 apt-get install 與 pip install 的區別
安裝庫一般使用, 推薦第二種:
1、sudo apt-get install 庫: 安裝到系統lib
2、sudo pip install 庫: 安裝到使用者lib
但是有時候因為不是用root登入,會報錯,例如不用sudo可能會導致許可權問題,使用的話有可能無法修改使用者Cache的問題。
使用:
pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose pillow
來安裝以上或者類似庫即可
安裝一系列的依賴庫
按照ubuntu14.04安裝numpy,scipy出錯點以及改正這個進行安裝
安裝numpy
sudo pip install numpy ##python-numpy 找不到
測試
numpy 安裝成功
安裝scipy
sudo pip install scipy
顯示安裝成功
進行測試
測試失敗,說明安裝失敗了
ubuntu14.04安裝numpy,scipy和ubuntu14.04安裝numpy,scipy出錯點以及改正這個只有最後安裝的命令不同
命令為apt-get install
按照這個安裝完了之後,進行測試
仍然失敗
- 但是一些攻略卻說安裝成功。菜鳥 ubuntu下安裝scipy全過程 (主要是安裝atlas)
- 按照這個Ubuntu系統下為Python安裝Scipy模組
設定了環境變數仍然錯誤
先暫時放棄了。
更新
放棄之後繼續安裝
裝theano的時候,顯示已裝版本和依賴不匹配
因此pip 之後 更換了版本
我再進行測試
竟然成功了