
Can't import gym;
ModuleNotFoundError: No module named 'gym'
It seems to me that you're trying to use https://pypi.org/p/gym.
You'd want to run in the terminal (before typing python, when the $ prompt is visible):
pip install gym
After that, if you run python, you should be able to run import gym.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With