본문 바로가기

오류 해결 방법/파이썬(Python)

cannot import name 'prng' from 'gym.spaces'

If the error as below occurs,

 

cannot import name 'prng' from 'gym.spaces'

 

 

You should install the gym

 

 

pip uninstall gym
pip install gym==0.10.5