Anaconda Navigator and Spider not opening (Shell works) - python

The navigator was working fine till about November and then it stopped working after I installed Cuda 10.0. I uninstalled Cuda and that did nothing. I uninstalled anaconda and reinstalled it but that did nothing. There is no error message or feedback at all when I click the icon or right-click and run. The python shell works but none of the guis work. I tried updating the navigator and that did not solve the issue. I also read all the other posts about the navigator not working I could find. When I tried installing another navigator, the navigator opened but the GUI had all broken buttons. I was too busy to deal with the issue at the time but now that I have the time I want to get back. Also something to note, the anaconda version that worked was 3.4, none of the newer versions have worked on my PC ever.
I am a beginner python programmer.

Related

Jupyter Notebook and Anaconda Navigator don't open on Windows

I work with Jupyter Notebook through Anaconda on Windows 10, and I've never had any problems. However recently Anaconda Navigator 2020.5 started not opening and disappeared from my apps list. I tried uninstalling and reinstalling, I followed all the steps and the installation went perfectly and Anaconda Navigator opened again, but Jupyter Notebook doesn't open the browser. I updated Anaconda, restarted the app and then Anaconda Navigator stopped working again. I tried one more reinstall and the problem was repeated, and now I can't access Jupyter Notebook anymore and I'm afraid of losing all my codes. I have no idea what's going wrong, can someone help me for God's sake. I also got two versions of Python installed, which is Python 3.8 and 3.9

How to retrieve and run anaconda navigator after deleting anaconda propmt

Today when I was using jupyter notebook using anaconda navigator in my windows 10 machine but suddenly my screen became blue and loading screen appeared saying that some sort of error occurred then my computer restarted.
After restarting, my anaconda navigator got lost and anaconda prompt appeared in the start menu.I clicked but it said anaconda 3 system cannot find the path specified.
I tried reinstalling anaconda several times but nothing changed. Then reinstalled python still no change. I thought may be anaconda prompt needs to be deleted, so I deleted it. Now nothing appears on the start menu which I can use to start anaconda navigator no matter how many times I reinstall it.
I even tried to reinstall jupyter using PIP3 but installation fails. I really don't know how I am going to run .ipybn files.

Conda keep opening this Python Interpreter

I installed Anaconda 3. After Install I reboot the computer but, when I opened Anaconda Navigator, this keep happening, first this CMD window appears Conda.exe
and then this window appears gpython.exe
Before reboot, everything fine, I could open Anaconda Navigator. After reboot, (insert Billy Butcher from the Boys) BOOM, this happen.
This also happens everytime I type "conda" on the command prompt,with the python interpreter (second picture) keep appearing. So pretty much any solution on the internet that told me to use "conda" doesnt help.
Also this happens to every Anaconda Application (Anaconda Prompt, Anaconda Navigator).
I believe that whenever you launch anaconda conda.exe will run, at least it does for me.
Regarding gpython.exe, I could only find the following question referring to it
Django error: Command throws a python window when executing makemigrations command in a Python/Django project
This makes it seem like your anaconda may require a reinstall, I checked my anaconda files and couldn't find a gpython.exe in the path where yours appears, so this may be the case. Hope this helps.

How to open the Anaconda Navigator with Windows 10

I wanted to get my hands on the Anaconda Navigator. Recently on a normal PC I opened it and used it as if I'd been using it my whole life, the thing is that that PC uses Windows 7.
My laptop, however, has Windows 10 and it does not work. Anaconda installed after one hour and the navigator does not appear. I don't know if it's the whole of Windows 10 or just my machine, but it seems to me that the navigator should be here somewhere. The problem lies in that the 'Start' option for Windows 10 does not allow a user to ACTUALLY search for files ON their computer (total bummer since it makes everything difficult), so only the anaconda prompt and some "web searches" appear. Completely useless whatsoever.
I did try using the anaconda prompt with the help of a previously posted question (Anaconda Installed but Cannot Launch Navigator) with an identical problem to mine, where some of you mentioned that I should try the command 'anaconda-navigator', 'anaconda-navigator as', 'anaconda navigator', amongst other commands. None of which worked in any possible way. The commands were ignored since they just invoked errors that I do not know of.
Does anyone know what I should do/try, and if possible, leaving the option of reinstalling Anaconda all over as the last option? Thank you guys, would really help.
Ps: I downloaded the latest version for 64-bit Windows from the official page of Anaconda
Open the terminal (win+r and write cmd then press enter)
Call conda info (conda should be installed.)
One of the response fields should be base environment : followed by a directory.
In that directory there should be a Scripts folder containing the anaconda-navigator application. Hit it and wait patiently while it spins up. Navigator should open. You can point shortcuts here and so on.
I had a similar problem, but it cleared up after running Spyder once.

Anaconda Spyder can't show the program window on windows 8

My system is windows 8, and I download Anaconda python 3.4 from the official website. The spyder has been all well until yesterday, I can open the spyder, and the icon shows on my taskbar, but no matter how I click the icon, the program window doesn't show up on the screen. I have uninstalled and reinstalled the Anaconda, but still can't fix it. Any suggestion?
By the way, I usually open spyder from "Anaconda/Scripts/spyder.exe", is that a problem?
I ran into the same problem after installing Spyder for Python 2.7 with an existing installation of Spyder running on Python 3.5. What worked for me was the following: I closed all running Spyder applications, ran the "Reset Spyder Settings" shortcut for Anaconda2, and voila, spyder2 started displaying properly after running.
spyder --reset from the command line works.
For newbies like me, you got to use Anaconda prompt (windows cmd terminal didn't work for me) took a few mins to figure out to use Anaconda prompt to run spyder --reset command.

Categories