openai / retro

Retro Games in Gym
MIT License
3.35k stars 524 forks source link

subprocess.CalledProcessError: Command '['/usr/bin/make', '-j12', 'retro']' returned non-zero exit status 2. #280

Closed SpacePython12 closed 2 months ago

SpacePython12 commented 1 year ago

Issue summary

When I try to install gym-retro with the command pip3 install gym-retro, the make task appears to fail when compiling Genesis Plus GX. Something about multiple definitions of the config and zbank_memory_map symbols.

System information

SpacePython12 commented 1 year ago

Whoops, forgot to attach logs. Hopefully this is enough. stderr.txt

nonchris commented 1 year ago

Hey, I've got the same error and issue. But I'm not sure if the build crashes at the same identical build.
Running debian-bullseye with python 3.9

nonchris commented 1 year ago

Update.: I manually installed python3.8 on my system and with 3.8 the install works fine. So it's really a problem with later versions of python.

There is already an issue for that open. So we should consider closing this one.