UserWarning: Using SDL2 binaries from pysdl2-dll 2.28.0
Traceback (most recent call last):
File "/home/$USER/PokemonRedExperiments/baselines/run_pretrained_interactive.py", line 4, in <module>
from red_gym_env import RedGymEnv
File "/home/$USER/PokemonRedExperiments/baselines/red_gym_env.py", line 16, in <module>
import mediapy as media
File "/home/$USER/venv/lib/python3.13/site-packages/mediapy/__init__.py", line 129, in <module>
import IPython.display
File "/home/$USER/venv/lib/python3.13/site-packages/IPython/__init__.py", line 57, in <module>
from .terminal.embed import embed
File "/home/$USER/venv/lib/python3.13/site-packages/IPython/terminal/embed.py", line 15, in <module>
from IPython.core.interactiveshell import InteractiveShell, make_main_module_type
File "/home/$USER/venv/lib/python3.13/site-packages/IPython/core/interactiveshell.py", line 346, in <module>
class InteractiveShell(SingletonConfigurable):
...<3755 lines>...
pass
File "/home/$USER/venv/lib/python3.13/site-packages/IPython/core/interactiveshell.py", line 355, in InteractiveShell
ast_transformers: List[ast.NodeTransformer] = List(
~~~~^^^^^^^^^^^^^^^^^^^^^
TypeError: type 'List' is not subscriptable
when i try to run
python run_pretrained_interactive.py(or any run_ file) i get the error:it may be important to note that: