ANACONDA NAVIGATOR not lauching - python

As soon as I click on anaconda navigator it does not respond. There are no warnings or errors. I did not click on anything. Please help. I just purchased a python course from an online platform and they asked me to use anaconda navigator. Please help.
I am on Windows 10.

First try launching anaconda-navigator from the anaconda prompt. If that works, do the below.
This happened to me and this is how I resolved it.
I uninstalled all python versions (Anaconda and Normal Python).
Reinstall the 64 bit version of anaconda (if you also want the normal python, install the normal python 64 bit first and then the anaconda).
Try launching the anaconda-navigator now.

Kindly check if you fulfill these requirements:
Windows 10 x86_64 or newer
macOS 10.14+, 64-bit
Ubuntu 14+/Centos7+, 64-bit
The most current installation of Navigator also supports Python versions 2.7 and 3.5+.
Moreover, try this one conda update anaconda-navigator.
Here you might face issue with conda if navigator is not launched.

Related

Spyder 5.1.5 kernel hangs and 5.2.1 won't work with conda

I had the same issue with kernel hanging on valid scripts:
spyder kernel hangs...
Spyder 5.2 isn't available yet in Anaconda, but I installed it via the link provided in the answer above. When I attempt to get it to use my current conda environment, I get the following error:
Your Python environment or installation doesn't have the spyder‑kernels module or the right version of it installed (>= 2.2.0 and < 2.3.0). Without this module is not possible for Spyder to create a console for you.
You can install it by running in a system terminal: conda install spyder‑kernels=2.2
I can't update conda from sypder-kernel=2.1.3 to 2.2.0 due to numerous conflicts.
I'm wondering if anyone has any ideas on how I might get Spyder 5.2 working with Anaconda, or do I simply have to wait for it to be released by Anaconda? I'm not that savvy in this type of thing.
I had the same problem with spyder 5.2.1, I opened cmd and typed:
pip install spyder-kernels==2.2.0
Then it downloaded the right kernel and after opening spyder I didn't get any error related to its kernel version.

How do I properly install Anaconda after uninstalling it?

For the past few months Anaconda (2019 Octobre version) has been buggin me to update to the latest version. In my windows 10 Pro (19042.746 build) I have been unsuccesfull to do so in the navigator nor the commandprompt (cmd and git bash).
Today I thought it was time to uninstall Anaconda fully and install it fresh, rather I am out of options and unable to understand what is going wrong. Anaconda is not installing properly on my Windows 10 Pro installation with any version of Anaconda. it only installs:
-conda-meta
-Lib
-pkgs
-.nonadmin
-_conda.exe
-Uninstall-Anaconda3.exe
There is no Anaconda Navigator nor a prompt. I have uninstalled all versions of Python on my computer, removed any references from my path cleaned my /Temp and my cache folders and still I get to this result.
I am currently in the midst of my thesis research and I need Python to run my research. I am currently out of options and I hope someone from your team can help me out with this issue so I can use Anaconda again.

How do I get Spyder to launch after Catalina update with fresh anaconda install?

I've been using Anaconda spyder (Python 3.7) on MacOS Catalina for about the past 3-4 weeks for a project I have been working on. However, I have noticed that after clicking launch on the navigator that Spyder won't launch. I have tried a clean install of anaconda using both pkg installer and command line installer. To uninstall I use anaconda-clean.
If anyone has ran into this issue and has found a solution please let me know. I would also accept a similar development environment that has a good object inspector like Spyder.

Python crashes when trying to start Anaconda navigator

I just installed the Anaconda package (64 bit, python 2.7) on my Windows 10.
Python itself works fine. The programmed code gets executed fine.
However, when I try to run the Anaconda Navigator or try to run conda command in the windows prompt python crashes.
A windows error pops up, telling me "Python has stopped working".
Does anyone have an idea how I can fix this? I tried to reinstall the Anaconda package, but it didn't work.
Generally uninstalling Anaconda might break the newer installations.
Try this, it help me solve similar issues with missing Anaconda Navigator and broken anaconda installations after an uninstallation.
Hope it helps you. :)
EDIT
The version of new packages should be the same with the base Miniconda.
For Python2 do conda install anaconda=5.3.1=py27_0 anaconda-navigator=1.9.6=py27_0.
The important thing to specify the Python 2.7 build.
You can search more information about packages with the conda show <package> command for versions and builds.

Python stops working while trying to open Spyder or Anaconda Navigator

I used to compile on Spyder at work, so I downloaded Anaconda 4.2 with Python 3.5 64bit for installing it on my own PC too.
But it doesn't work!
Every time I try to open spyder or a Notebook, or even the Anaconda Navigator, it crashes and an error message of "Python stop working"
I tried to open spyder from command prompt too, to no avail.
On the other hand, if I open a Python shell from Windows Command Prompt, it works.
Any ideas?
You should tell us the exact and complete error message that you got. But you should probably uninstall Anaconda and all its parts (including Python), delete the .anaconda and related sub-folders in your Users folder, then reinstall Anaconda. If that doesn't work, let us know. Don't skip deleting those sub-folders: I solved one of my problems by doing that.
Check your firewall (try disabling it temporarily). That turned out to be the issue in my case (after trying to reinstall different versions of spyder/anaconda 20 times).
Run the following command conda update --all on Ananconda Prompt to solve this issue. In my case, it ended up downgrading Spyder from 4.0.1 to 3.3.5 (2 versions behind). If the version does not matter much to you, this will fix the error.

Categories

Resources