Python Anaconda 已安装但无法启动导航器

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/44841470/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 00:31:14  来源:igfitidea点击:

Anaconda Installed but Cannot Launch Navigator

pythonwindowspython-3.xwindows-10anaconda

提问by Nathan S.

Anaconda (listed as "Python 3.6.0 (Anaconda 4.3.1 64 bit)" ) is in my programs and features list, but there is seeming no Anaconda Navigator desktop app, as their seems to be no icon on my desktop and I am unable to search for it through "Start". Could this be because I have the 32-bit version of Anaconda downloaded and I have a 64-bit OS (I thought I should do this because Python on my computer was 64-bit) or because I downloaded Anaconda under "users" instead of Desktop. I also downloaded Anaconda twice, if that could be causing some of the problem. I have a Windows 10 laptop, if that is any help.

Anaconda(列为“Python 3.6.0 (Anaconda 4.3.1 64 bit)”)在我的程序和功能列表中,但似乎没有 Anaconda Navigator 桌面应用程序,因为它们在我的桌面上似乎没有图标,而我是无法通过“开始”搜索它。这可能是因为我下载了 32 位版本的 Anaconda 并且我有一个 64 位操作系统(我认为我应该这样做,因为我的计算机上的 Python 是 64 位)或者因为我在“用户”下下载了 Anaconda 而不是桌面。我还下载了 Anaconda 两次,如果这可能会导致一些问题。如果有帮助的话,我有一台 Windows 10 笔记本电脑。

回答by raser

Open up a command terminal (CTRL+ALT+T) and try running this command:

打开命令终端 (CTRL+ALT+T) 并尝试运行以下命令:

anaconda-navigator

When I installed Anaconda, and read the website docs, they said that they tend to not add a file or menu path to run the navigator because there are so many different versions of different systems, instead they give the above terminal command to start the navigator GUI and advise on setting up a shortcut to do this process manually - if that works for you it shouldn't be too much trouble to do it this way - I do it like this personally

当我安装 Anaconda 并阅读网站文档时,他们说他们倾向于不添加文件或菜单路径来运行导航器,因为不同系统的版本太多,而是给出了上述终端命令来启动导航器GUI 并建议设置手动执行此过程的快捷方式 - 如果这对您有用,那么这样做应该不会太麻烦 - 我个人就是这样做的

回答by Александр Поплавский

回答by wxmeddler

How I solved this issue: 1. Be connected to the internet. 2. Open the Anaconda Prompt (looks like a regular command window). If you installed the .exe in your /name/user/ location you should be fine, if not navigate to it. Then start an environment.

我是如何解决这个问题的: 1. 连接到互联网。2. 打开 Anaconda Prompt(看起来像一个普通的命令窗口)。如果你在你的 /name/user/ 位置安装了 .exe,你应该没问题,如果没有导航到它。然后启动一个环境。

conda info --envs

畅达信息--envs

Then run

然后运行

conda install -c anaconda anaconda-navigator

conda install -c anaconda anaconda-navigator

Press y when prompted (if prompted). It will being downloading the packages needed.

出现提示时按 y(如果出现提示)。它将下载所需的软件包。

Then run your newly installed Anaconda Navigator

然后运行你新安装的 Anaconda Navigator

anaconda-navigator

anaconda-navigator

It should start, and also appear in your regular windows 10 apps list.

它应该会启动,并且还会出现在您的常规 Windows 10 应用程序列表中。

回答by jarry jafery

when you will type anaconda in windows 10 search bar it will give you the list as enter image description herethen in terminal you have to type anaconda-navigator as enter image description hereit will start anaconda on your machine.

当您在 Windows 10 搜索栏中键入 anaconda 时,它会为您提供列表,因为 在此处输入图片说明在终端中您必须键入 anaconda-navigator,因为 在此处输入图片说明它将在您的机器上启动 anaconda。

回答by Biswajit Roy

Yet another option which worked in my case on Windows 10: Try uninstalling your previous installation, restart the system and run the installation again.

Make sure you don't start any programs before installing Anaconda. You will find the installation finishes without prompting any kind of errors.

Type in Anacondain your Windows 10 Search bar. You will find Anaconda Promptappear.

在我的情况下,另一个在Windows 10上有效的选项:尝试卸载以前的安装,重新启动系统并再次运行安装。

确保在安装 Anaconda 之前没有启动任何程序。您会发现安装完成而不会提示任何类型的错误。

在Windows 10 搜索栏中输入Anaconda。你会发现Anaconda Prompt出现。

回答by Hossam Antar Korin

I figured out the reason as to why:

我想出了原因:

1-There seems to be no navigator icon

1-似乎没有导航器图标

2-When conducting the above steps of running the "anaconda-navigator" command in prompt (whether cmd or Anaconda) it yields "anaconda navigator is not recognized as an internal or external command"

2-当执行上述在提示符下运行“anaconda-navigator”命令的步骤时(无论是cmd还是Anaconda),它会产生“anaconda navigator不被识别为内部或外部命令”

This was very frustrating to me as I'd installed the proper version multiple times with no avail.

这对我来说非常令人沮丧,因为我多次安装了正确的版本但无济于事。

To solve this problem :

要解决这个问题:

  • in the installation process, there will be an advanced options step with 2 selections one of which is unchecked (the top one). Make sure you check it which will add the navigator to the path of your machine variables.
  • 在安装过程中,会有一个高级选项步骤,有 2 个选项,其中一个未选中(最上面的一个)。确保选中它,这会将导航器添加到机器变量的路径中。

Cheers, Hossam

干杯,霍萨姆

回答by Ioan Beilic

activate the virtual env with command:

使用命令激活虚拟环境:

 conda activate base

run anacond anavigator

运行 anacond 导航器

 anaconda-navigator 

回答by Saurav K Shastri

Try restarting the system! You will be able to find the navigator once you restart the system after installation.

重启系统试试!安装后重新启动系统后,您将能够找到导航器。

回答by Anubhav Pandey

I faced the same problem on Windows 10. As soon as I cleared my Path variable from edit environment variables option, the icon started to appear. It was occurring because I had previously installed python 3.6.1 on my computer and added it to my path variable as C:\Python36;C:\Python36\DLL; and so on. There isn't any need to uninstall Anaconda Navigator and start from scratchif you have correctly followed the steps mentioned at the documentation for it.

我在Windows 10上遇到了同样的问题。一旦我从编辑环境变量选项中清除了我的路径变量,图标就开始出现。这是因为我之前在我的计算机上安装了 python 3.6.1 并将其添加到我的路径变量中作为 C:\Python36;C:\Python36\DLL; 等等。如果您已正确遵循文档中提到的步骤,则无需卸载 Anaconda Navigator 并从头开始

回答by Vaibhav Chawla

I also have the issue on windows when i am unable to find the anaconda-navigator in start menu. First you have to check anaconda-navigator.exefile in your anaconda folder if this file is present it means you have installed it properly otherwise there is some problem and you have to reinstall it.

当我无法在开始菜单中找到 anaconda-navigator 时,我在 Windows 上也遇到了这个问题。首先,您必须检查anaconda文件夹中的anaconda-navigator.exe文件,如果此文件存在,则表示您已正确安装它,否则会出现一些问题,您必须重新安装它。

Before reinstalling this points to be noticed 1) You have to uninstall all previous python folder 2) Check you environment variable and clear all previous python path

重新安装前需要注意这几点 1) 你必须卸载所有以前的 python 文件夹 2) 检查你的环境变量并清除所有以前的 python 路径

After this install anaconda your problem will be resolved if not tell me the full error i will try to solve it

安装 anaconda 后,如果不告诉我完整的错误,您的问题将得到解决,我将尝试解决它