79424543

Date: 2025-02-09 07:33:10
Score: 2.5
Natty:
Report link

I also had the same problem when I run spyder or anaconda-navigator. I have tried many solutions suggested, but only Khoward's solution above helped me. It is as below.

export QT_XCB_GL_INTEGRATION=none

The problem is that when I reboot my ubuntu, I had to run the script above again. So, I opened

nano ~/.bashrc

and added the line below at the bottom of the file.

export QT_XCB_GL_INTEGRATION=none

Saved the file(Ctl+x).

And rebooted and running spyder and anaconda-navigator was ok. I think it was the problem caused by between QT and OpenGL.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Holiday Jo