Score:1

How can I resolve this Anaconda launch problem?

in flag

When I launch anaconda in Ubuntu using 'anaconda-navigator' the screen has a glitchy window:

The Glitch when Opening Anaconda

Anaconda launches after about 5 min. I have tried reinstalling multiple times but the problem persists. The glitchy window remains overtop other application windows as well.

System Version
Ubuntu Desktop 20.04.3 LTS
Anaconda Anaconda3-2021.05
Score:1
in flag

Experience has shown this to be an issue with the SSL Verification feature of the application. There are a few things you can do here:

  1. Ensure Anaconda is closed
  2. Open Terminal (if it's not already open)
  3. Check the settings:
    conda config --show
    
  4. Disable the SSL Verification:
    conda config --set ssl_verify false
    
  5. Launch Anaconda ... and let it take its time
  6. Go to "Preferences" and ensure "Enable SSL Verification" is disabled
  7. Press "Apply"

This should result in a much faster loading Anaconda installation. The glitchy window will probably still exist, but will disappear after a split second.

Kartik Hegde avatar
in flag
Thanks for the reply . But the problem didn't get solved.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.