-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spyder can't start because of problems with OpenGL and PyQt5 #3332
Comments
Questions:
|
Yes, Qt5 because Python 3.5 (cant install pyside), |
Then this is a problem either with Qt5 or your Nvidia drivers. Someone else reported before a similar problem on Linux in issue #3226. The solution was for him to switch to use his Intel card. Unfortunately, we can't do anything to help you with this, sorry :-/ |
that's ok :( waiting for pyside for python 3.5x 👍 |
Ehhh, we don't officially support PySide anymore. I mean, Spyder 3.0 can El 28/07/16 a las 19:55, ALIANE Abdelouahab escribió:
|
I hate nvidia -_- I switched to Python 3.5x to use |
Have you got an optimus laptop? Have you actually got both the nvidia and intel drivers installed? The proper one from the intel/nvidia website? It looks like it can't find opengl, which both of those drivers ought to provide. If you have an optimus laptop (likely with a 525M), try forcing it to run on the nvidia card instead (it will run on intel by default). If all else fails, you can get the opengl software renderer here http://download.qt.io/development_releases/prebuilt/llvmpipe/windows/ - stick opengl32sw.dll in your python directory and enjoy the slideshow :). |
@abdelouahabb can you test thoose actions #3226 (comment) with clean spyder3 without any external dlls? Adding from OpenGL import GL into site-packages/spyder/app/start.py solves problem for me in GNU/Linux (Fedora 24 x86_64, Nvidia GT 240). Test please same actions in Windows. |
Under WinPython on Windows 7, I have fixed a similar problem by getting |
@rlaverde, please work on this one. The idea to solve this is
|
I get this code:
Untill I make Ctrl+C, then I get the UI.
The text was updated successfully, but these errors were encountered: