当前位置:网站首页>Solution to the problem that the anaconda navigator card logo cannot be opened and the card will flash back - replace the alicloud image source

Solution to the problem that the anaconda navigator card logo cannot be opened and the card will flash back - replace the alicloud image source

2022-06-12 18:11:00 Typing

Recently, some colleagues used anaconda A card has occurred while logo, Show loading applications, When clicking the icon, you will find a flash back , When you run it again, you will be prompted that the program is already running , Because some applications have been loaded , You can open the task manager to view , image python Has started .
image.png
image.png
When put python After the forced end , open Anaconda, The problem remains. .
During troubleshooting, it is found that , It can be opened normally when the network is disconnected Anaconda, You will be prompted to update , The software can be used normally .
Guess it's the software version , Find out Anaconda Navigator The version is 1.9.2, The version I can use normally on another computer is 1.9.7.
image.png
Since it's a version problem, we can update the software directly , open cmd, Enter the command :
Conda upgrade anaconda-navigator
If you find a problem with the image source
It should be that the image source has changed a little , This is not to say that the image source is bad , Because I am familiar with Alibaba cloud image source , And I wrote an article before 《anaconda Switch image source ( Take Alibaba cloud for example )》, The specific steps will not be described in detail .
image.png
Therefore, adjust the image source to the Alibaba cloud image source address .
https://mirrors.aliyun.com/an...
https://mirrors.aliyun.com/an...
image.png
Upgrade after changing the alicloud image source , Select after entering the command Y
image.png
Reopen after update Anaconda Navigator, Found version updated to 2.1.1, The problem is solved , For your reference .
image.png

原网站

版权声明
本文为[Typing]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202281622069733.html