ppaquette / gym-pull

Add-on for OpenAI Gym that supports automatic downloading of user environments.
MIT License
45 stars 19 forks source link

When I try to import the gym_pull, it said no module named 'gym.configuration' #11

Open Flyme-jin opened 3 years ago

Flyme-jin commented 3 years ago

Traceback (most recent call last): File "/Users/baohejin/Documents/mario.py", line 2, in import gym_pull File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gym_pull/init.py", line 6, in from gym.configuration import logger_setup, undo_logger_setup ModuleNotFoundError: No module named 'gym.configuration'

tmcarn commented 8 months ago

I have this same issue, did you find a solution?