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

Error: unable to load pyglet when >pyglet-2.0.15 #59

Open
majsterElektron opened this issue Nov 22, 2024 · 0 comments
Open

Error: unable to load pyglet when >pyglet-2.0.15 #59

majsterElektron opened this issue Nov 22, 2024 · 0 comments

Comments

@majsterElektron
Copy link

majsterElektron commented Nov 22, 2024

I am getting the following error running with python3.11 and pyglet version greater than 2.0.15. Tested on 2.0.17 and 2.0.18.
2.0.15 runs fine.

Error: unable to load pyglet.  If you already installed pyglet, please ensure ctypes is installed.  Please visit http://pyglet.org
Full text of error:
Traceback (most recent call last):
  File "/usr/bin/brainworkshop", line 915, in <module>
    if NOVBO: pyglet.options['graphics_vbo'] = False
              ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pyglet/__init__.py", line 267, in __setitem__
    assert key in self.__annotations__, f"Invalid option name: '{key}'"
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: Invalid option name: 'graphics_vbo'
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

1 participant