-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
It will report an error: gym can't get installed.
I suggest you remove any dependencies, such as 'nes-py', because it has too many useless dependencies:
# copied from nes-py setup.py
install_requires=[
'gym>=0.17.2',
'numpy>=1.18.5',
'pyglet<=1.5.21,>=1.4.0',
'tqdm>=4.48.2',
],
Why they require gym as a nes_emulator? Why they require numpy if they write the core by using c? If they can print a number, why they use tqdm? Why they want to display a image on screen if they could give python caller function a image, they can not use pyglet.
Hopy someone could fork a nes-py, and remove all its dependencies, and make sure it is working in ubuntu16 or any machine that has gcc.
Metadata
Metadata
Assignees
Labels
No labels