Reputation: 539
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.
Upvotes: 52
Views: 344807
Reputation: 11
I installed and uninstalled the Anaconda distribution several times. At first, the Navigator would open, but after I updated the distribution by using conda update -all
, Navigator would hang when started from the Start Menu. I saw the suggestion to start the Anaconda Navigator from the Anaconda Prompt (anaconda-navigator
), so I tried that, and it generated a series of error messages related to an external drive that I have on my system that is bitlocked. I unlocked the drive, and Anaconda-Navigator now starts with no problem.
Upvotes: 0
Reputation: 858
The followng command solved my issue.
pip install --upgrade pywin32==228
Upvotes: 0
Reputation: 1616
In my case (Windows 11) it was a permission problem. Make sure to run the installer as administrator
. You can check this by modification of the path in the installer process.
Further steps to handle the problem:
Uninstall your actual anaconda version.
Delete old Data found in:
C:\Users\YourUsername\AppData\Roaming
C:\Users\YourUsername
.anaconda
and .conda
folder)Restart PC
Install Anaconda as admin
Upvotes: 0
Reputation: 141
I faced the same problem in Solus Baidge but I solved by activating the conda environment.
First activate
conda activate
Then run the navigator
anaconda-navigator
Upvotes: 0
Reputation: 527
anaconda-navigator
.Upvotes: -2
Reputation: 51
I'm also faced with this issue. When I checked conda --version
got a command not recognized error. Then I set the environmental variables as in https://stackoverflow.com/a/61372328/13370201. After that run anaconda navigator
command. Then it started to initializing anaconda navigator.This tutorial also help for me.
Upvotes: 0
Reputation: 101
Turn off your internet connection, then open your terminal and type anaconda-navigator
or type anaconda prompt
in the search bar and double click on the anaconda prompt.
If anaconda is opened, then you can turn on your Wi-Fi.
Upvotes: 0
Reputation: 101
First Run This Command
conda config --set auto_activate_base True
Then Run This Command
anaconda-navigator.
Upvotes: 0
Reputation: 53
What finally worked for me was:
Finally worked. I have not yet re-tried with 64-bit installer, since I have a time critical project, but will do when again I have spare time.
P.S. what broke Anaconda for me was a blue screen I got while updating Anaconda. I guess it did not clear all old files and this broke the new installs.
Upvotes: -1
Reputation: 7632
For people from Brazil
There is a security software called Warsaw (used for home banking) that must be uninstalled! After you can install it back again.
After thousand times trying, installing, uninstalling, cleanning-up the regedit that finally solved the problem.
Upvotes: 0
Reputation: 473
activate the virtual env with command:
conda activate base
run anacond anavigator
anaconda-navigator
Upvotes: 12
Reputation: 103
In my case; it was available in the anaconda folder in "All App" from main menu
Upvotes: 0
Reputation: 2157
Download and install Miniconda first from this link and later on download and install Anaconda. Then you will be able to see the navigator in your all programs list in the start menu. I hope this will help you. Let me know in case of any concerns.
Upvotes: 0
Reputation: 2080
I have that error an the solution was to install the Win64 OpenSSL.
https://slproweb.com/products/Win32OpenSSL.html
Upvotes: 0
Reputation: 1710
Tried all solutions here but these 2 steps solved the issue:
1) manual update of open-ssl from here:
https://slproweb.com/products/Win32OpenSSL.html
2) update OpenSSL using conda update openssl
command in the Anaconda Prompt
solved the issue!
Upvotes: 1
Reputation: 173
This is what I did
Upvotes: 0
Reputation: 1
100% Solved. While Installing make sure you are connected to Internet. If already installed anaconda, open the anaconda command prompt and type following command:
conda install -c anaconda anaconda-navigator
(internet connection is required)
Note: In some cases restarting may solve the issue of navigator.
Upvotes: 0
Reputation: 817
You might not be in a anaconda environment
Below is a link how to activate the environment from the official documentation
On Windows, in your Anaconda Prompt, run activate myenv
https://conda.io/docs/user-guide/tasks/manage-environments.html#activating-an-environment
And then run the anaconda navigator from the anaconda prompt by entering the command anaconda-navigator
Upvotes: 0
Reputation: 241
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.
conda info --envs
Then run
conda install -c anaconda anaconda-navigator
Press y when prompted (if prompted). It will being downloading the packages needed.
Then run your newly installed Anaconda Navigator
anaconda-navigator
It should start, and also appear in your regular windows 10 apps list.
Upvotes: 24
Reputation: 11
Try restarting the system! You will be able to find the navigator once you restart the system after installation.
Upvotes: 1
Reputation: 890
Uninstall your Anaconda, delete the folder where it was. Then reinstall it.
Upvotes: 0
Reputation: 31
I figured out the reason as to why:
1-There seems to be no navigator icon
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"
This was very frustrating to me as I'd installed the proper version multiple times with no avail.
To solve this problem :
Cheers, Hossam
Upvotes: 3
Reputation: 9
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.exe file 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.
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
After this install anaconda your problem will be resolved if not tell me the full error i will try to solve it
Upvotes: 0
Reputation: 1295
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 scratch if you have correctly followed the steps mentioned at the documentation for it.
Upvotes: 2
Reputation: 608
On windows 10, I faced the same error - only Anaconda Prompt was showing in the startup menu. What I did is i re-installed Anaconda and selected install for all users of the pc (in my initial installation I have installed only for current user).
Upvotes: -1
Reputation: 4290
it works :
export PATH=/home/yourUserName/anaconda3/bin:$PATH
after that run anaconda-navigator
command. remember anaconda can't in Sudo mode, so don't use sudo at all.
Upvotes: 2
Reputation: 39
I had a similar issue today where only the prompt was available after installation. Finally solved this by un-installing my regular python installation and then install anaconda(anaconda 3 v5.2.0, with python 3.6).
Upvotes: 0
Reputation: 375
Try to
source ~/anaconda3/bin/activate root
anaconda-navigator
https://github.com/ContinuumIO/anaconda-issues/issues/1580
Upvotes: 35
Reputation: 1
I too faced a similar issue when I was not able to find the Anaconda Navigator Desktop app in the start menu. But do not worry , Go to start Menu and Type Anaconda Navigator. Now within the apps menu you will find anaconda navigator with its icon. Click on that. After clicking you will find a command prompt dialog opened and a .exe file runs on your machine. Wait till it completes.
The Anaconda Navigator app opens on your machine.
Upvotes: -2
Reputation: 528
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 Anaconda in your Windows 10 Search bar. You will find Anaconda Prompt appear.
Upvotes: 4