-
Notifications
You must be signed in to change notification settings - Fork 813
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
GLEW initalization error: Missing GL version #268
Comments
The solution at the bottom of this thread on the openaigym repo seems to work. (The key part being |
If you still have some issues try this out (for Ubuntu, I use Ubuntu 18.04) flag to quickly install the packages and dependencies. Got these from : https://zoomadmin.com/HowToInstall/UbuntuPackage/libglew-dev This worked for me. Hope it works for you. |
|
The solutions explained here may work for some installations. However, I am using different simulation environments and can't employ the methods mentioned here. I came up with a quick fix by initializing a dummy GL window before rendering! it is patchy but gets the job done. I added this to the GYM's own observation wrapper
|
The The solution was to remove the |
On arch Linux |
I'm getting this issue when running
import gym
env = gym.make('Ant-v2')
Mujoco works fine on my machine, I can get the simulations up and running. I've seen this thread but none of the suggestions seem to help.
Any debugging suggestions? What .so files should I expect to have? Where should I expect to find them? What packages should I have installed via apt-get? I'm wondering if one of my installations went wrong somehow.
I'm running on Ubuntu 16.04 with an NVIDIA GeForce GTX 980M graphics card and graphics drivers installed, though I'm not sure that's relevant to this problem.
The text was updated successfully, but these errors were encountered: