Anaconda unable to initialize - python

Currently whenever i try to open the -conda application or anaconda navigator application file, a python programming window pops up for 1 second then immediately crashes. I've reinstalled anaconda 5 times but it just won't open. Additionally, whenever i download anaconda, it doesn't create any anaconda navigator or anaconda prompt shortcuts, so i have to travel to the file location itself and try to open the application files to try and open anaconda but it still doesn't work.
When i entered anaconda-navigator into cmd, it says it doesn't recognise anaconda-navigator at all.
I'm running windows 10 and downloaded the latest anaconda version for it but it just doesn't seem to open after i download it.
However i'm able to open the python 3.7 application within the anaconda folder, but nothing else works.

Related

Unable to launch Jupyter notebook from Anaconda Navigator but notebook is opening from command prompt in Win 10 Pro

I have the lat4est version of Anaconda, Python v3.8 installed on my system running on Windows 10 Pro. I have not installed Anaconda in the default drive but set the path for Python, conda to the installed drive. But in spite of doing everything right as it seems, the Jupyter notebook is not opening when launched from the Anaconda Navigator but opens fine when I type the command from the Windows command prompt. None of the applications displayed in the Anaconda Navigator open and remain stuck as seen in the screenshot attached. But these applications do open when executed independently from the Windows Start menu.
Hope you understand the issue and respond to what may be the issue that makes the Navigator work improperly. I have already reinstalled many times but the issue persists.
Not sure about the applications not launching, but you can try going to Environments in the navigator, then click launch (looks like a play button) and "Open with Jupyter Notebook". This one works for me.
P.s. choose the environment you are looking for. If you did not create any additional envs, choose 'base'.

Anaconda prompt closes automatically

screenshot of prompt before it closes
the anaconda prompt closes automatically not sure why.
pic of anaconda files after install
files installed
I installed the anaconda distrubtion https://www.anaconda.com/distribution/#download-section from here version 3.7. I cannot find anaconda app, spyder or jupyter notebook app. I only see files named after them. I tryed uninstalling but to clean out anaconda and properly install again i have been told to remove files left behind when using normal uninstall. So Is there a way to run anaconda clean without anaconda prompt? https://github.com/ContinuumIO/anaconda-clean. Im a newb at coding .
Edit: i cannot type anything into the prompt it shows me the picture above before quickly closing.

Spyder is not recognised as an internal command

I have downloaded the new IntelPython and installed the package according to the directions on the page.
So, after I installed the application, I followed these instructions for Windows:
Open a terminal or shell and then navigate to the installation
folder. This will normally be C:\IntelPython3. Navigate to the
Scripts folder, and run activate.
After the script activates the
root Python environment, Intel Distribution for Python is ready to
use.
All good so far, then when I activated the root environment I started installing packages with pip, keras, tensorflow etc.
Amongst the packages I installed spyder too.
The issue is that when I am on the environment root I can type python and I start python 3.6 normally where then I can import all the packages that I installed.
But, when in the command window (while I am in the root env) I type spyder nothing happens. Instead I get a message that
Spyder is not recognised as an internal command
If I type, within C:\IntelPython3, conda list then I can see spyder but as I said the command doesn't work. I tried to find the spyder.exe within the C:\IntelPython3\Scripts folder but there is not there.
Any suggestions? Thanks
Edit: I can start Jupyter Notebook too from Windows terminal, the only issue is Spyder which is weird.

Anaconda command prompt won't launch

I've installed the Anaconda3 64 bit on my windows 10 64 bit.
Added to environment variable the path and script directory as well. Installation was successfull.
When I type anaconda in command prompt it give me the following
Neither of any application of navigator launch, when I click a loading bar appears for 2-3 seconds and disappears without opening program.
And one more thing, when jupyter program runs, from which directory does it runs, I mean if I have program.py how can I run it via jupyter ?
What are you trying to do when launching anaconda? In my experience (on a mac) you use conda for (primarily) installing and managing python packages within your anaconda installation.
If you are trying to open an python interpreter, try typing ipython.
In answer to your jupyter question, it should run from whatever directory you call it from. See here for details.

can't find ipython notebook in the app list of anaconda launcher

I download anaconda launcher and successfully launched the Ipython notebook, then the next time I open the anaconda launcher I couldn't find the ipython notebook in the app list
I reinstall the program again, the problem was that I accidentally have 2 version of the same program

Categories

Resources