-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
AttributeError: partially initialized module 'gym' has no attribute 'Wrapper' (most likely due to a circular import) #3300
Comments
What version of gym are you using? Could you provide an example script? |
This is the version I downloaded。 |
Could you provide an example script to test with |
Hello, please allow me to ask where is my problem here?
D:\Anaconda\envs\rlgym\python.exe E:\gym-master\test.py
Traceback (most recent call last):
File "E:\gym-master\test.py", line 1, in
import gym
File "E:\gym-master\gym_init_.py", line 3, in
from gym.wrappers.atari_preprocessing import AtariPreprocessing
File "E:\gym-master\gym\wrappers_init_.py", line 3, in
from gym.wrappers.atari_preprocessing import AtariPreprocessing
File "E:\gym-master\gym\wrappers\atari_preprocessing.py", line 13, in
class AtariPreprocessing(gym.Wrapper):
AttributeError: partially initialized module 'gym' has no attribute 'Wrapper' (most likely due to a circular import)
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: