上周卸载了 Anaconda Navigator,现在重新安装后它就无法工作了.
Windows 搜索没有找到 anaconda 导航器程序,但在 C:UsersadminAnaconda3pkgsanaconda-navigator-1.9.2-py37_0Scripts 中,有一个 anaconda 导航器应用程序.当我打开它时,命令提示框会在 0.5 秒内闪烁并消失.
C:Usersadmin>conda
返回'其中不是可识别的内部或外部命令'
conda update 与所有其他conda"调用具有相同的响应
已多次卸载并勾选(也未勾选)PATH 选项,但均未成功.还尝试在高级部分清除 PATH.
基本上,我已经尝试了关于 SO 的所有其他建议,但找不到任何可行的方法.
在命令提示符下调用 python 也可以工作 - 所以 python 可以工作,但没有任何 anaconda 选项,包括 spyder、jupyter 等(RStudio 确实在我的电脑上工作)
干杯
昨天发生在我身上的确切事情.
C:Users、C:Users 和 C:用户<您的用户名>AppdataRoaming 文件夹). <块引用>
修复在最新的 Miniconda 安装程序中:
64 位:
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe
https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86_64.exe
32 位:
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86.exe
https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86.exe
来源
Anaconda Prompt.conda install anaconda anaconda-navigator.希望这能解决你的问题(它解决了我的问题).
我建议不要在您的 PATH 中使用 Anaconda,因为它被设计为在环境内运行,而让它单独运行(在环境外)可能会搞砸.
Uninstalled Anaconda Navigator last week and now it wont work once I've reinstalled it.
Windows search doesn't find an anaconda navigator program but in C:UsersadminAnaconda3pkgsanaconda-navigator-1.9.2-py37_0Scripts, there is a anaconda navigator application. When i open this, a command prompt box flashes and vanishes within 0.5 secs.
C:Usersadmin>where conda
Returns 'where is not a recognized internal or external command'
conda update has same response as well as all other 'conda' calls
Have uninstalled and ticked (and also unticked) the PATH option numerous times for both and hasn't worked. Have also tried clearing the PATH in the advanced section.
Basically, I've tried all the other suggestions on SO and cant find anything which works.
Edit: Calling python in the command prompt does work too - so python works but none of the anaconda options including spyder, jupyter etc etc. (RStudio does work in my computer though)
Cheers
The exact thing happened to me the yesterday.
C:Users<yourusername>, C:Users<yourusername>AppdataLocal and C:Users<yourusername>AppdataRoaming folders).
The fix is in the latest Miniconda installers:
64-bit:
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exehttps://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86_64.exe
32-bit:
https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86.exe
https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86.exe
source
Anaconda Prompt.conda install anaconda anaconda-navigator.Hopefully this will solve your issues (it solved mine).
I would suggest against having Anaconda in your PATH because it is designed to run inside an environment and having it run separately (outside the environment) might mess things up.
这篇关于Anaconda Navigator 无法打开 - 已尝试所有其他线程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
如何在 conda 环境中安装 Selenium?How to install Selenium in a conda environment?(如何在 conda 环境中安装 Selenium?)
使用 Anaconda installe 在 Windows 上获取 CUDA 和 CUDNNget the CUDA and CUDNN version on windows with Anaconda installe(使用 Anaconda installe 在 Windows 上获取 CUDA 和 CUDNN 版本)
如何下载适用于 python 3.6 的 AnacondaHow can I download Anaconda for python 3.6(如何下载适用于 python 3.6 的 Anaconda)
使用两个不同的 Python 发行版Using two different Python Distributions(使用两个不同的 Python 发行版)
除了 OSX 上现有的 pyenv 安装之外,如何安装 AnaHow can I install Anaconda aside an existing pyenv installation on OSX?(除了 OSX 上现有的 pyenv 安装之外,如何安装 Anaconda?)
在 Cygwin 中为 Anaconda 永久设置 Python 路径Permanently set Python path for Anaconda within Cygwin(在 Cygwin 中为 Anaconda 永久设置 Python 路径)