-
Notifications
You must be signed in to change notification settings - Fork 827
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels