python--- 之The program 'python' can be found in the following packages: * python-minimal * python3
在伺服器上我用python匯入之前編譯好的caffe突然不能匯入了
發現不了原因,所以決定用anaconda環境重新編譯caffe,但是由於找不到libboost_python庫,一度讓我懷疑伺服器上的python被解除安裝了,因為我人為的去找libboost_python庫也沒有找到。
無奈之下想重灌python,後來發現python2.7 already exist,我想了一下,可能是Python裝了,但是某個環境被刪了,不能直接匯出,
我查了python的安裝方式,發現python的配置還有一步軟連線,
最後我用我重新建立了軟連線:
sudo ln -s /usr/bin/python2.7 /usr/bin/python
再輸入python ok成功了,
匯入caffe的時候提示:
skimage找不到,估計也是被人刪除了,我執行下面命令:
sudo apt-get install python-skimage
至此我成功匯入caffe
相關文章
- python---之iterPython
- python---之yamlPythonYAML
- python---之nan,infPythonNaN
- python---之sorted函式Python函式
- python---之cls,和selfPython
- python---之numpy.pad()Python
- python---之if _name_ == '_main_'PythonAI
- python---之物件導向selfPython物件
- Python---字典方法Python
- python---之table寫hdf5檔案Python
- npm A complete log of this run can be found inNPM
- python---多工程式Python
- python---字典遍歷Python
- python modules and packagesPythonPackage
- python---函式定義Python函式
- Python3之使用CryptoPython
- no declaration can be found for element rabbit:connection-factory
- Python3之lambda表示式Python
- python---函式引數、變數Python函式變數
- python---核心知識12之物件導向三大特性補充Python物件
- python3之os的基本操作Python
- Python3之檔案操作filePython
- python---之編譯型語言和解釋型語言的區別Python編譯
- ERROR in Entry module not found Error Can't resolve 'babel' in ' UseErrorBabel
- Python3解決UnicodeEncodeError: 'ascii' codec can't encode characters in position 0PythonUnicodeErrorASCII
- Can't debug c++ project because unable to static library start program *.libC++Project
- Unofficial Windows Binaries for Python Extension PackagesWindowsPythonPackage
- dart系列之:在dart中使用packagesDartPackage
- Python3之正規表示式詳解Python
- npm報錯"A complete log of this run can be found in:"的解決辦法NPM
- [轉]Writing an Hadoop MapReduce Program in PythonHadoopPython
- Python3之遞迴函式簡單示例Python遞迴函式
- Python3爬蟲利器之ChromeDriver的安裝Python爬蟲Chrome
- Python3 系列之 環境包管理神器 pipenvPython
- Python3:格式化輸出之format方法PythonORM
- 開心檔之Python3 資料結構Python資料結構
- Python---資料科學領域常用的15個Python包Python資料科學
- Python3 字典Python