eloialonso / iris

Transformers are Sample-Efficient World Models. ICLR 2023, notable top 5%.
https://openreview.net/forum?id=vhFu1Acb0xb
GNU General Public License v3.0
791 stars 77 forks source link

stucking when running `pip install gym[accept-rom-license]==0.21.0` #7

Closed maguro27 closed 1 year ago

maguro27 commented 1 year ago

Hi. Thank you for your great work! Unfortunately, the pip install gym[accept-rom-license]==0.21.0 script stucks after getting the message Building wheel for AutoROM.accept-rom-license (pyproject.toml) ... -.

How can I solve it? Thanks.

vmicheli commented 1 year ago

Hey, thanks for the kind words! The package is installed without any issues on our end. What is your OS and its version? Which pip version are you using, in a virtual environment?

maguro27 commented 1 year ago

Thank you for getting back to me. My environment is as follows,

OS: CentOS 7.5 and Red Hat Enterprise Linux 8.2 virtual env: anaconda 4.10.3 python: 3.8 pip: 22.3.1

vmicheli commented 1 year ago

Hey, we cannot reproduce your exact setup but it seems reasonable. However, your issue does not lie within our codebase and I would recommend that you take a look at potential problems encountered when installing gym.

vmicheli commented 1 year ago

Follow-up discussion https://github.com/openai/gym/issues/3170 with solution https://github.com/openai/gym/issues/3170#issuecomment-1427040869. This might also be of interest: https://github.com/openai/gym/issues/3176