For whatever reason, when I click on launch for any app in the Navigator, will say launching app with the status bar moving but it will eventually stop and the app never opens. I have tried starting with administrative privileges and I have even tried uninstalling and reinstalling and then rebooting but still the apps never launch.
If you are using Debian distribution os then simply you can run following command in your shell after installing anaconda distribution.
export PATH= YOUR_ANACONDA_INSTALLATION_FOLDER_LOCATION/bin:PATH
then run,
anaconda-navigator
for example mine anaconda3 was installed at root/anaconda3,So i used following commands:
┌──[root#kali]─[/]
└──╼ # export PATH=/root/anaconda3/bin:PATH
┌─[root#kali]─[/]
└──╼ # anaconda-navigator
and that worked fine for me:)
I just had this problem! The cause was in a corrupted registry affecting the launch of CMD.EXE (Used by Navigator to launch applications).
Solution: Empty the HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun key
(It contained several occurrences of "if exist"!?)
If you used "conda init", then you will need to re-run the command.
Related
Spyder won't start in any environment or standalone.
In the command window (both conda terminal and cmd ) it doesn't throw any error just silently doesn't work.
When I try to start it by anaconda navigator it throws "Exit code: 3221225477".
I've tried,
Deleting the Anaconda and doing the clean installation several times.
Setting the Anaconda preferences as default.
python spyder --reset
checking hard disk health
diagnose memory problems
I installed latest anaconda in C:\Users\Username\Anaconda3.
But the navigator and prompt are missing after installation.
I tried to re-install(as administrator) and reboot the window 10 but it didn't work.
I also tried to delete registry of python which was under HKEY_LOCAL_MACHINE\SOFTWARE as written in following page.
https://docs.anaconda.com/anaconda/user-guide/troubleshooting/#cannot-see-anaconda-menu-shortcuts-after-installation-on-windows
Running 'conda' in command prompt only shows it's not recognized as an internal or external command.
It seems like Anaconda is not installed but just creating bunch of python package in the folder.
Can someone share the idea?
My environment is Window 10 64bit
Thank you very much.
Cleaned user variables in Control Panel -> System -> Advanced System settings -> Environment Variable. Re-installed latest Anaconda in https://repo.anaconda.com/archive/
Now Navigator and Prompt are showing correctly.
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.
I was having some problems with Anaconda on my work computer, and I needed to uninstall and reinstall it. After we uninstalled it, I deleted some left over folders that were not initially deleted. In particular, I deleted:
C:\Users\MY_ID.anaconda,
C:\Users\MY_ID.conda,
C:\Users\MY_ID.ipython,
C:\Users\MY_ID.keras,
C:\Users\MY_ID.matplotlib,
C:\Users\MY_ID.spyder-py3,
C:\Users\MY_ID\AppData\Local\conda,
C:\Users\MY_ID\AppData\Local\Spyder.
After deleting those folders, we began the installation process. During installation, we had the following settings:
Add Anaconda to PATH,
All Users,
Changed the directory from C:\ProgramData\Anaconda3 to C:\Users\My_ID\Anaconda3.
Once the installation was complete, I was able to open Anaconda Prompt and use the conda command to activate my virtual environment and install packages from within that environment.
At the end of the day, I restarted my computer. This morning, I opened the Anaconda Prompt, and I receive:
Access is denied.
C:\Users\MY_ID> _
How come it suddenly quit working? Do I need to clear caches? Also, I do not have Admin Privileges. Thank you!
I installed Anaconda on my Dell laptop. I am able to use anaconda promt but unable to launch anaconda-navigator.
I tried it launching via icon, command line. It shows anaconda icon with Initializing message on it and then disappears.
I tried launching it via command promt with admin privilege. It opened and then disappeared in a few seconds.
No error comes on screen.
I searched for different solutions on Github and stack overflow but nothing worked.
Check it in following images.
checking everything is up to date or not
launched anaconda
disappeared
you can reinstall anaconda on your machine because any file missing then happened and Anaconda prompt into you can try below command.
jupyter notebook