ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 224 forks source link

Spyder launch issue after installation of Anaconda 5.2 on Linux Ubuntu 18.04 #9527

Open MichaelAllen1966 opened 6 years ago

MichaelAllen1966 commented 6 years ago

Hello

I have a fresh install of Ubuntu 18.04 and a fresh install of Anaconda 5.2.

On both a Dell XPS13 and HP Elite book (both with fresh installs of Ubuntu and Anaconda) I get a failure to launch Spyder. When launching from terminal I get an error message "Segmentation fault (core dumped)".

I get this problem before trying to install any other packages.

Thank you! I still love Anaconda :)

Michael Allen

Actual Behavior

Expected Behavior

Steps to Reproduce

Anaconda or Miniconda version:
Operating System:
conda info
conda list --show-channel-urls
MichaelAllen1966 commented 6 years ago

Following a suggestion on a thread on another post with the same problem, the problem was fixed with ....

conda install pyopengl

That made the following changes:

The following NEW packages will be INSTALLED:

freeglut: 2.8.1-0              
pyopengl: 3.1.1a1-np113py36_0  

The following packages will be REMOVED:

anaconda: 5.2.0-py36_3         

The following packages will be DOWNGRADED:

numpy:    1.14.3-py36hcd700cb_1 --> 1.13.3-py36hdbf6ddf_4
SandeepSamba commented 6 years ago

@MichaelAllen1966 Thanks for ur solution. Worked like a charm

beatboxerish commented 6 years ago

Saved my life. Thanks man