After anaconda is installed, it can’t be opened, and it has been stuck in the buffer. The anaconda-navigator crashes and does not respond directly. This article is done.

I'll take the first step

Turn off the network proxy of win10
Windows Settings –> Network and Internet –> Proxy –> Manually set the proxy (closed)

close the raisins

The second step is to open the browser and reset the browser

Then you can open

Run the cloth steps below for the first step

conda update anaconda-navigator

prompt this

ProxyError: Conda cannot proceed due to an error in your proxy configuration. Check for typos and other configuration errors in any '.netrc' file in your home directory, any environment variables ending in '_PROXY', and any other system-wide proxy configuration settings.

1. Run Anaconda Prompt with administrator privileges


2. Upgrade navigator, execute

conda update anaconda-navigator

3. Reset navigator, execute

anaconda-navigator --reset

When executing this step, if there is an error about pyqt, uninstall pyqt5 first, and then reset the navigator, that is, execute the following code

 
 
  1. pip uninstall pyqt5

没有报错直接运行reset这行代码

  1. anaconda-navigator --reset

4. Upgrade the client, execute

conda update anaconda-client

5. Upgrade and install dependent packages, execute

conda update -f anaconda-client

conda update -f anaconda-client

Even if you still can’t open it, just enter it in Anaconda Prompt

anaconda-navigator

The result is opened

Then it should be that something in the shortcut is not set correctly with the actual program

After opening, search for the module anaconda-navigator directly to upgrade or not, there should be a problem with this shortcut

Followed steps 1, 2, 3, 4, and 5 again, and it worked.

Guess you like

Origin blog.csdn.net/weixin_55008315/article/details/126924249