Skip to content

Can't install this package by pip in ubuntu16 #133

@yingshaoxo

Description

@yingshaoxo

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions