Anaconda 報錯問題解決

2021-07-29 02:31:33 字數 1067 閱讀 8304

【anaconda】 command not found: conda

1.確認conda安裝成功

要使conda臨時生效,可以選擇在你的主目錄(自己的許可權目錄)下,使用下面的命令:

export path=~/anaconda2/bin:$path

conda --v

如果結果是你的anaconda2的版本號,那就成功了!輸入conda list,可以正常執行。

但是,關閉閉終端後重新開啟,再執行conda list會發現依然報錯。

可以選擇用命令把路徑寫入bashrc檔案:

echo "export path="~/anaconda2/bin:"$path " >> ~/.bashrc
或者,直接在vim修改bashrc檔案

4. 使用source ~/.bashrc(或者 . ~/.bashrc)就可以立刻載入修改後的設定,使之生效。

【anaconda】 找不到keras的包

install tdm gcc x64.

install anaconda x64.

open the anaconda prompt

run conda update conda

run conda update --all

run conda install mingw libpython

安裝最新版本theano:
pip install git+git:
執行pip安裝keras:

pip install git+git:
git安裝:

【anaconda】 conda error: could not found url

修改配置檔案condarc:

如果找不到配置檔案condarc:

登入報錯問題解決

sa yy wg r720001 ssh 192.168.110.6 sa 192.168.110.6 s password last login mon dec 1 15 00 31 from 192.168.100.5 bash ulimit open files cannot modify l...

git clone命令報錯問題解決

經過長時間實驗確認實swap空間設定問題造成的,通過free h 可以檢視空間,我的swap空間為0 下面是增加swap交換空間的解決辦法 先填充乙個大檔案,等會兒當做交換檔案用 dd if dev zero of var swap bs 1024 count 4096000 這裡會稍微卡上一會兒,...

安裝scrapy報錯問題解決

今天在安裝scrapy時候,最後一步出現下面報錯 作業系統為centeros 6.4 error setup script exited with error command gcc failed with exit status 1 原因是由於系統中缺少幾個模組,執行下列命令,問題解決 yum i...