Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pygame into requirements #3

Open
miguelgondu opened this issue Oct 25, 2019 · 1 comment
Open

pygame into requirements #3

miguelgondu opened this issue Oct 25, 2019 · 1 comment

Comments

@miguelgondu
Copy link

Hi,

First of all, thanks for maintaining pyvgdl.

This is the first of two issues I want to bring to your attention.

It seems that pygame is required to run py-vgdl, of course, but it isn't in the requirements.txt.

I just cloned your repo, installed it in a clean conda environment of Python 3.6 with pip install -e '.[all]', and when trying to run python -m vgdl.util.humanplay.play_vgdl vgdl/games/aliens_lvl0.txt I ran into a ModuleNotFoundError, saying pygame should be installed.

Cheers.

@rubenvereecken
Copy link
Owner

Alright that's a good catch. I could simply add it to requirements, but I don't think any version of pygame is compatible. So I'll make work of it, but I need to take a proper look and try out some versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants