Anaconda Installed but Cannot Launch Navigator(Anaconda 已安装但无法启动 Navigator)
问题描述
Anaconda(列为Python 3.6.0 (Anaconda 4.3.1 64 bit)")在我的程序和功能列表中,但似乎没有 Anaconda Navigator 桌面应用程序,因为它们似乎没有图标在我的桌面上,我无法通过开始"搜索它.这可能是因为我下载了 32 位版本的 Anaconda 并且我有一个 64 位操作系统(我认为我应该这样做,因为我计算机上的 Python 是 64 位)或者因为我在用户"下下载了 Anaconda 而不是桌面.我还下载了 Anaconda 两次,如果这可能会导致一些问题.我有一台 Windows 10 笔记本电脑,如果有帮助的话.
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.
推荐答案
试试
source ~/anaconda3/bin/activate root
anaconda-navigator
https://github.com/ContinuumIO/anaconda-issues/issues/1580
这篇关于Anaconda 已安装但无法启动 Navigator的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Anaconda 已安装但无法启动 Navigator


- python-m http.server 443--使用SSL? 2022-01-01
- 如何在 python3 中将 OrderedDict 转换为常规字典 2022-01-01
- python check_output 失败,退出状态为 1,但 Popen 适用于相同的命令 2022-01-01
- 分析异常:路径不存在:dbfs:/databricks/python/lib/python3.7/site-packages/sampleFolder/data; 2022-01-01
- padding='same' 转换为 PyTorch padding=# 2022-01-01
- 如何将一个类的函数分成多个文件? 2022-01-01
- pytorch 中的自适应池是如何工作的? 2022-07-12
- 如何在 Python 的元组列表中对每个元组中的第一个值求和? 2022-01-01
- 沿轴计算直方图 2022-01-01
- 使用Heroku上托管的Selenium登录Instagram时,找不到元素';用户名'; 2022-01-01