Segmentation fault (core dumped) when trying to start conda-installed spyder 3.2.8
See original GitHub issueDeveloper Note: *This issue is now resolved in Spyder >=3.3.0. Therefore, to fix the problem, just run conda update spyder
from the command line (Anaconda Prompt if on Windows) to get the latest version, or pip install -U spyder
if you don’t have Anaconda.
If this doesn’t work, then you are experiencing a different issue; try conda install pyqt=5.9
and conda install pyqt=5.6
to see if it fixes it.*
Problem Description
I have Spyder 3.2.8 installed through conda. Two days ago it worked, today I am getting a segmentation fault:
$ spyder
Segmentation fault (core dumped)
What steps will reproduce the problem?
- Type in “spyder” at the command line.
What is the expected output? What do you see instead?
I expect Spyder to start. Instead I get Segmentation fault (core dumped)
Paste Traceback/Error Below (if applicable)
There’s no traceback or error, just Segmentation fault (core dumped)
Package Versions
- Spyder: 3.2.8 (installed with conda)
- Python: 2.7.14
- Qt: 5.6.2
- PyQt: 5.6.0
- Operating System: Ubuntu 16.04 LTS
Dependencies
I can’t start Spyder.
I’ve gone through the troubleshooting document and have tried the various suggestions within including uninstalling and reinstalling through conda. I haven’t tried installing via source, I’m hoping there is something else going on that won’t require that.
Update: aaaaaand ten minutes later it’s working. I did absolutely nothing different since posting this question, I could not tell you what changed.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:58 (23 by maintainers)
Top GitHub Comments
@addyblue Try
conda install pyopengl
@Samarth-Tripathi3, this should be solved by doing
EDIT: Now that Spyder >= 3.3.0 is released with the built-in fix for this, the current solution that should fix this is now just
conda update spyder
.