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

Dependency Issues with Pyglet #21

Open
jackokeefe11 opened this issue Jan 24, 2024 · 2 comments
Open

Dependency Issues with Pyglet #21

jackokeefe11 opened this issue Jan 24, 2024 · 2 comments

Comments

@jackokeefe11
Copy link

Was having difficulties getting the code to run with the given dependencies.

I downgraded my Python to 3.8.18 and changed Pyglet to 1.5.28 rather than the 1.5.11 in the requirements.txt.

I additionally downgraded pip and setuptools so that gym==0.19.0 could be installed as newer versions cannot be used. I used: pip install setuptools==65.5.0 pip==21

@jonajosejg
Copy link

Did it finally work with that?

@rulimanurung
Copy link

FWIW, I just tried this out today and ran into the same issue. In my case I just needed to downgrade Pyglet and gym to the specific versions specified in requirements.txt, e.g.:

$ pip install --force-reinstall -v "pyglet==1.5.11"
$ pip install --force-reinstall -v "gym==0.19.0"

I didn't have to downgrade neither Python, pip nor setuptools.

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

3 participants