You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manimgl 1.6.1 doesn't work with PyOpenGL 3.1.7.
When I'm trying to run the example, I have the error: /OpenGL/error.py", line 230, in glCheckError raise self._errorClass( OpenGL.error.GLError: GLError( err = 1280, description = b'invalid enumerant', baseOperation = glBlendFuncSeparate, cArguments = ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_DST_ALPHA, GL_ONE, ) )
It meant that GL flags are NOT supported. I checked.... the flags are compatible with very old PyOpenGL version.
My Python packages:
`Package Version Editable project location
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
manimgl 1.6.1 doesn't work with PyOpenGL 3.1.7.
When I'm trying to run the example, I have the error:
/OpenGL/error.py", line 230, in glCheckError raise self._errorClass( OpenGL.error.GLError: GLError( err = 1280, description = b'invalid enumerant', baseOperation = glBlendFuncSeparate, cArguments = ( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_DST_ALPHA, GL_ONE, ) )
It meant that GL flags are NOT supported. I checked.... the flags are compatible with very old PyOpenGL version.
My Python packages:
`Package Version Editable project location
appnope 0.1.3
asttokens 2.4.1
colour 0.1.5
contourpy 1.2.0
cycler 0.12.1
Cython 3.0.5
decorator 5.1.1
executing 2.0.1
fonttools 4.45.0
glcontext 2.5.0
ipython 8.17.2
isosurfaces 0.1.0
jedi 0.19.1
kiwisolver 1.4.5
manimgl 1.6.1 /Users/x/Sandbox/manim
ManimPango 0.4.4
mapbox-earcut 1.0.1
markdown-it-py 3.0.0
matplotlib 3.8.2
matplotlib-inline 0.1.6
mdurl 0.1.2
moderngl 5.9.0
moderngl-window 2.4.5
mpmath 1.3.0
multipledispatch 1.0.0
numpy 1.26.2
packaging 23.2
parso 0.8.3
pexpect 4.8.0
Pillow 10.0.1
pip 23.3.1
prompt-toolkit 3.0.41
ptyprocess 0.7.0
pure-eval 0.2.2
pydub 0.25.1
pyglet 2.0.10
Pygments 2.17.1
pyobjc-core 10.0
pyobjc-framework-Cocoa 10.0
PyOpenGL 3.1.7
pyparsing 3.1.1
pyperclip 1.8.2
pyrr 0.10.3
python-dateutil 2.8.2
PyYAML 6.0.1
rich 13.7.0
scipy 1.11.4
screeninfo 0.8.1
setuptools 68.2.2
six 1.16.0
skia-pathops 0.8.0.post1
stack-data 0.6.3
svgelements 1.9.6
sympy 1.12
tqdm 4.66.1
traitlets 5.13.0
validators 0.22.0
wcwidth 0.2.10`
Beta Was this translation helpful? Give feedback.
All reactions