Spyder anaconda crashes on Linux with segmentation fault

后端 未结 4 1864
鱼传尺愫
鱼传尺愫 2021-01-06 12:10

I just installed Anaconda on Linux. When trying to open spyder (either from navigator or terminal), it does not work. I get the following error when I try to open it in term

4条回答
  •  隐瞒了意图╮
    2021-01-06 12:21

    Based on my experiences, if you have ubuntu 18.04, anaconda 4.5 or higher, and spyder 3.3 or higher, installing pyopengl does not work, since spyder 3.3 should handle it. As recommended above, before start fixing it try to update spyder first:

    conda update spyder
    

    then downgrade Qt:

    conda install pyqt=5.6
    

    It should probably fix your problem. Other solutions could be found here:

    Spyder Troubleshooting-Guide-and-FAQ

    as well as :

    Basic Troubleshooting and Emergency CPR

提交回复
热议问题