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

This package seems to require libglvnd-dev on ubuntu #62

Open
hmaarrfk opened this issue Aug 15, 2019 · 4 comments
Open

This package seems to require libglvnd-dev on ubuntu #62

hmaarrfk opened this issue Aug 15, 2019 · 4 comments

Comments

@hmaarrfk
Copy link
Contributor

hmaarrfk commented Aug 15, 2019

sudo apt remove libglvnd-dev
wget https://raw.githubusercontent.com/vispy/vispy/master/examples/basics/scene/grid.py
python grid.py

# Segfault will happen
sudo apt install libglvnd-dev
python grid.py
# Segfault will not happen

could be an issue with vispy too :/

@hmaarrfk
Copy link
Contributor Author

python -vv grid.py outputs:

/lib/python3.7/site-packages/PyQt5/QtTest.so'
import 'PyQt5.QtTest' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f38116ea828>
import 'vispy.app.backends._qt' # <_frozen_importlib_external.SourceFileLoader object at 0x7f38117565f8>
import 'vispy.app.backends._pyqt5' # <_frozen_importlib_external.SourceFileLoader object at 0x7f381354c908>
Segmentation fault (core dumped)

Which is why I opened the bug report here.

@jakirkham
Copy link
Member

Are you able to reproduce this without vispy?

@hmaarrfk
Copy link
Contributor Author

hmaarrfk commented Sep 2, 2019

do you know how to activate opengl? Spyder which runs on qt was fine, just opening my opengl assets was making my whole python crash.

@jakirkham
Copy link
Member

Not offhand no. Though it would be good to isolate this issue further.

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

No branches or pull requests

2 participants