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

osError after updating python #124

Open
slerman12 opened this issue Feb 20, 2023 · 0 comments
Open

osError after updating python #124

slerman12 opened this issue Feb 20, 2023 · 0 comments

Comments

@slerman12
Copy link

import gym_super_mario_bros
leads to

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant