Python Anaconda Navigator Does Not Start

Asked 1 years ago, Updated 1 years ago, 424 views

I am troubled by the following error.I looked it up and tried various things, but it didn't work, so I decided to ask a question.
When I typed C:\Users\keisu\.continuum directly in the file explorer, it said that such a file does not exist.
I have re-inserted the anaconda several times, but I get the same error as below.
Also, I can't get the same error on Jupiter notebook or spider.
However, you can use the anaconda prompt for some reason.

Navigator error
Navigator startup encountered an unexpected error

report
Report this issue to the Anaconda Problem Tracker

main error
C:\Users\keisu\.continuum:Access is denied
traceback
Traceback (most recent call last):
  File "C:\anaconda\lib\site-packages\binstar_client\utils\config.py", line 273, in save_config
    os.madeirs(data_dir)
  File "C:\anaconda\lib\os.py", line 213, in madeirs
    madeirs(head,exist_ok=exist_ok)
  File "C:\anaconda\lib\os.py", line 223, in madeirs
    mkdir(name, mode)
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\keisu\\.continuum'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\anaconda\lib\site-packages\anaconda_navigator\exceptions.py", line 72, in exception_handler
    return_value = func(*args,**kwargs)
  File "C:\anaconda\lib\site-packages\anaconda_navigator\app\start.py", line 146, in start_app
    window=run_app(splash)
  File "C:\anaconda\lib\site-packages\anaconda_navigator\app\start.py", line 65, in run_app
    window=MainWindow(splash=splash)
  File "C:\anaconda\lib\site-packages\anaconda_navigator\widgets\main_window.py", line 166, in_init__
    self.api=AnacondaAPI()
  File "C:\anaconda\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 1534, in AnacondaAPI
    ANACONDA_API=_AnacondaAPI()
  File "C:\anaconda\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line82, in_init__
    self._client_api=ClientAPI(config=self.config)
  File "C:\anaconda\lib\site-packages\anaconda_navigator\api\client_api.py", line660, in ClientAPI
    CLIENT_API=_ClientAPI(config=config)
  File "C:\anaconda\lib\site-packages\anaconda_navigator\api\client_api.py", line 95, in_init__
    self.reload_client()
  File "C:\anaconda\lib\site-packages\anaconda_navigator\api\client_api.py", line 325, in reload_client
    client=self._load_binstar_client(url)
  File "C:\anaconda\lib\site-packages\anaconda_navigator\api\client_api.py", line 357, in_load_binstar_client
    binstar_client.utils.set_config(config)
  File "C:\anaconda\lib\site-packages\binstar_client\utils\config.py", line 283, in set_config
    save_config(data,USER_CONFIG if user else SYSTEM_CONFIG)
  File "C:\anaconda\lib\site-packages\binstar_client\utils\config.py", line 278, in save_config
    raiseBinstarError('%s:%s'%(exc.filename,exc.sterror,))
binstar_client.errors.BinstarError: C:\Users\keisu\.continuum:Access is denied

I don't know much about computers, so please take care of me.

Also, when you download the anaconda, a screen appears to select the destination directory, but you cannot put it in the automatically granted Destination Folder.Instead
I put it in C:\anaconda, is there anything to do with it?

python python3 windows-10 anaconda

2022-09-30 21:59

1 Answers

I have the same experience.I solved the problem by referring to the following site.

What to do when Anaconda in Windows does not work and what to do in a better Python environment

As mentioned on the above site, the summary is as follows.(3 points)

Just in case, reboot your PC after uninstalling and installing.


2022-09-30 21:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.