You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from .nes_env import NESEnv
File "/u/u1/conda/envs/New/lib/python3.10/site-packages/nes_py/nes_env.py", line 23, in <module>
_LIB = ctypes.cdll.LoadLibrary(glob.glob(_LIB_PATH)[0])
File "/u/u1/conda/envs/New/lib/python3.10/ctypes/__init__.py", line 452, in LoadLibrary
return self._dlltype(name)
File "/u/u1/conda/envs/New/lib/python3.10/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by /u/u1/conda/envs/New/lib/python3.10/site-packages/nes_py/lib_nes_env.cpython-310-x86_64-linux-gnu.so)
The text was updated successfully, but these errors were encountered:
import gym_super_mario_bros
leads to
The text was updated successfully, but these errors were encountered: