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
'오류 해결 방법 > 파이썬(Python)' 카테고리의 다른 글
No module named 'numpy' (0) | 2021.08.02 |
---|---|
No module named 'tqdm' (0) | 2021.02.08 |
No module named 'tensorboardX' (0) | 2021.02.08 |
No module named 'gym' 오류 해결법 (0) | 2020.09.22 |
No module named 'PIL' 오류 해결하는 방법 (0) | 2020.09.18 |