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

Permanent fix for 'GLEW initalization error: Missing GL version' on Linux machines #117

Closed
jonashen opened this issue May 31, 2018 · 1 comment
Labels

Comments

@jonashen
Copy link
Collaborator

jonashen commented May 31, 2018

Right now the temporary solution to this issue is prepend python examples/xxx.py with LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libGLEW.so:/usr/lib/nvidia-384/libGL.so; note that you must replace nvidia-384 to the one installed on your machine (use nvidia-smi to determine the driver version currently in use). Relevant comments are here and here, and this link is a wrapper written as a temporary fix.

However, the more permanent solution would require pre-loading without the use of LD_PRELOAD on the command line. See DeepMind's implementation as a starting point.

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

No branches or pull requests

2 participants