Search code examples
pythonubuntuanacondanavigator

Segmentation fault when I try to run Anaconda Navigator


I have recently Installed Anaconda for Python 3.6 but it shows the error "Segmentation fault" whenever I try to run Anaconda-Navigator. I've tried just writting in the terminal Anaconda-Navigator and also going to my Anaconda3 folder and try to execute it inside bin.

The only solution that works so far is accessing the previously bin folder as root. My problem is that I need to activate TensorFlow before I run anything in my console, but that is imposible as a root user.

I've already try to upgrade both, Anaconda and Navigator and reinstall them but nothing ocurrs

Anyone here has any idea of what is happening?


Solution

  • I had the same issue today, and I solved by running: conda upgrade anaconda

    The output said:

    The following packages will be DOWNGRADED due to dependency conflicts:
    
    anaconda-navigator: 1.5.1-py36_0                                   --> 1.5.0-py36_0
    

    after that, I launched anaconda-navigator (no segfault this time) and a window prompted me to upgrade to 1.5.1. I clicked yes, and now running anaconda-navigator 1.5.1 without segfaults on launch. Don't know what is the reason