-
Notifications
You must be signed in to change notification settings - Fork 814
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
libmujoco200.so: undefined symbol: __glewBindBuffer #549
Comments
hello,did you solve this problem? I meet the same problem. |
Hi, I also met this problem, have you solved it? Thanks |
Same problem here. |
same problem +1 |
mybe you can try to :
|
same problem++ |
to fix this: |
^ I can confirm, after getting the same error, I checked my machine:
And I did not have libglew2.0. Getting that there worked. @sheilaschoepp I think |
@ DanielTakeshi |
libglew2.1 should be libglew2.2 for ubuntu 22.04. |
I tried this. But still encountered |
when I run
mjlib = cdll.LoadLibrary(libfile)
please help me
Traceback (most recent call last):
File "/home/gyq/anaconda2/envs/rllab3/lib/python3.5/site-packages/IPython/core/interactiveshell.py", line 2862, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
mjlib = cdll.LoadLibrary(libfile)
File "/home/gyq/anaconda2/envs/rllab3/lib/python3.5/ctypes/init.py", line 425, in LoadLibrary
return self._dlltype(name)
File "/home/gyq/anaconda2/envs/rllab3/lib/python3.5/ctypes/init.py", line 347, in init
self._handle = _dlopen(self._name, mode)
OSError: /home/gyq/ku/rllab/vendor/mujoco/libmujoco200.so: undefined symbol: __glewBindBuffer
The text was updated successfully, but these errors were encountered: