Anaconda 已安装但无法启动 Navigator

2023-01-24Python开发问题
50

本文介绍了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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在xarray中按单个维度的多个坐标分组
groupby multiple coords along a single dimension in xarray(在xarray中按单个维度的多个坐标分组)...
2024-08-22 Python开发问题
15

Pandas中的GROUP BY AND SUM不丢失列
Group by and Sum in Pandas without losing columns(Pandas中的GROUP BY AND SUM不丢失列)...
2024-08-22 Python开发问题
17

GROUP BY+新列+基于条件的前一行抓取值
Group by + New Column + Grab value former row based on conditionals(GROUP BY+新列+基于条件的前一行抓取值)...
2024-08-22 Python开发问题
18

PANDA中的Groupby算法和插值算法
Groupby and interpolate in Pandas(PANDA中的Groupby算法和插值算法)...
2024-08-22 Python开发问题
11

PANAS-基于列对行进行分组,并将NaN替换为非空值
Pandas - Group Rows based on a column and replace NaN with non-null values(PANAS-基于列对行进行分组,并将NaN替换为非空值)...
2024-08-22 Python开发问题
10

按10分钟间隔对 pandas 数据帧进行分组
Grouping pandas DataFrame by 10 minute intervals(按10分钟间隔对 pandas 数据帧进行分组)...
2024-08-22 Python开发问题
11