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

How could I render the test result? #23

Open
issuey opened this issue May 19, 2023 · 1 comment
Open

How could I render the test result? #23

issuey opened this issue May 19, 2023 · 1 comment

Comments

@issuey
Copy link

issuey commented May 19, 2023

When I render the view of the experiment, I met the following problem, is there anyone else had met the same problem before?
image
How could I render the test result?

@jbhoffman613
Copy link

I had this same issue, and it was because pyglet just updated to version 2, but this repo was built for pyglet1.*

  1. You can check your pyglet version by running pip list | grep pyglet
  2. Assuming your issue is caused by having the updated version, you should uninstall pyglet by running pip uninstall pyglet
  3. Reinstall an older version of pyglet by running pip install "pyglet<2"

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