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

ModuleNotFoundError: No module named 'gym' #28

Closed
SomethingOk opened this issue Jul 20, 2023 · 3 comments
Closed

ModuleNotFoundError: No module named 'gym' #28

SomethingOk opened this issue Jul 20, 2023 · 3 comments

Comments

@SomethingOk
Copy link

followed instructions correctly (hopefully), but when I run python gym_test.py an error pops up saying that there's no 'gym' module, help? (i'm on windows 10 btw)

@Yuxing-Wang-THU
Copy link

Make sure that you have chosen the correct python environment (if you use conda), or you can use " pip list" to check if gym is successfully installed in your environment.

@csvelayutham
Copy link

Like Yuxing said, if Gym is not installed pip install gym should solve the problem.

@jagdeepsb
Copy link
Contributor

pip install evogym --upgrade should now automatically install all required dependencies.

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

4 participants