問題描述
Anaconda 導航器無法啟動,我嘗試重新安裝它,但也沒有用.anancondas 的命令提示符顯示錯誤消息.我試過用谷歌搜索答案,我想我不擅長.[這是我打開anaconda提示后看到的]
Anaconda navigator won't launch, I tried reinstalling it, that did not work either. anancondas' command prompt shows an error message. I've tried googling the answer, I guess I'm bad at it.
[this is what I see after opening anaconda prompt]
附言我在上面使用了 spyder
p.s. I use spyder on it
推薦答案
您需要從安裝了 Anaconda 父文件夾的 Anaconda 腳本目錄 運行 cmd 提示符.我碰巧在我的 Windows 機器上的 C 驅動器的根目錄中.如果您不熟悉,有兩種方法可以做到這一點:
You need to run the cmd prompt from the Scripts directory of Anaconda where ever you have the Anaconda parent folder installed. I happen to have in the root directory of the C drive on my Windows machine. If you are not familiar there are two ways to do that:
A) 使用組合鍵 Win-key + R
然后鍵入 cmd
并按回車鍵啟動終端窗口,然后鍵入:cd C:AnacondaScripts
(或您的任何目錄路徑).
B) 使用 Windows 資源管理器導航到該 Scripts 目錄,然后在該窗口的地址欄中鍵入 cmd
并按回車鍵(這將啟動終端已設置到該目錄).
A) Use the key combination Win-key + R
then type cmd
and hit return to launch the terminal window and then type: cd C:AnacondaScripts
(or whatever directory path yours is).
B) Navigate using windows explorer to that Scripts directory then type cmd
in the address bar of that window and hit return (that will launch the terminal already set to that directory).
接下來鍵入以下命令,等待每個命令完成:
Next type the follow commands waiting in between for each to complete:
activate root
conda update -n root conda
conda update --all
完成后輸入以下內容,Navigator 應該會啟動:
When complete type the following and Navigator hopefully should launch:
anaconda-navigator
這篇關于Anaconda Navigator 無法啟動(Windows 10)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!