Skip to content
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 not starting in macOS because pyopengl is present #6076

Closed
natlur opened this issue Dec 28, 2017 · 3 comments
Closed

Spyder not starting in macOS because pyopengl is present #6076

natlur opened this issue Dec 28, 2017 · 3 comments

Comments

@natlur
Copy link

natlur commented Dec 28, 2017

I updated python and spyder using "conda update spyder" and "conda update python" respectively on MacOSX. Is this a python error or a spyder error?

Please find attached the conda list output listing the versions.

Thanks for your support.

Traceback (most recent call last):
File "/Users/Nagraj/anaconda3/bin/spyder", line 7, in
conda_list.txt

from spyder.app.start import main
File "/Users/Nagraj/anaconda3/lib/python3.6/site-packages/spyder/app/start.py", line 19, in
from OpenGL import GL
File "/Users/Nagraj/anaconda3/lib/python3.6/site-packages/OpenGL/GL/init.py", line 3, in
from OpenGL import error as _error
File "/Users/Nagraj/anaconda3/lib/python3.6/site-packages/OpenGL/error.py", line 12, in
from OpenGL import platform, _configflags
File "/Users/Nagraj/anaconda3/lib/python3.6/site-packages/OpenGL/platform/init.py", line 35, in
_load()
File "/Users/Nagraj/anaconda3/lib/python3.6/site-packages/OpenGL/platform/init.py", line 29, in _load
plugin = plugin_class()
TypeError: 'NoneType' object is not callable

@ccordoba12
Copy link
Member

Do you have pyopengl installed?

@ccordoba12 ccordoba12 changed the title Spyder not starting up after update Spyder not starting in macOS because pyopengl is present Dec 28, 2017
@ccordoba12 ccordoba12 added this to the v3.2.6 milestone Dec 28, 2017
@ccordoba12
Copy link
Member

ccordoba12 commented Dec 28, 2017

I saw from the conda_list.txt file you posted that that's the case. Please uninstall it to workaround this problem in the meantime. We'll fix it in our side in our next release.

@natlur
Copy link
Author

natlur commented Jan 1, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants