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
#run example happen error
manimgl example_scenes.py OpeningManimExample
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/bin/manimgl", line 5, in
from manimlib.main import main
File "/Users/roc/Downloads/installPack/manim/manimlib/init.py", line 12, in
from manimlib.window import *
File "/Users/roc/Downloads/installPack/manim/manimlib/window.py", line 23, in
class Window(PygletWindow):
File "/Users/roc/Downloads/installPack/manim/manimlib/window.py", line 155, in Window
def on_mouse_motion(self, x: int, y: int, dx: int, dy: int) -> None:
TypeError: 'staticmethod' object is not callable
Environment
OS System: Darwin 24.2.0 MacBookPro Darwin Kernel Version 24.2.0: xnu-11215.61.5~2/RELEASE_X86_64 x86_64 manim version: master python version: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3
The text was updated successfully, but these errors were encountered:
#run example happen error
manimgl example_scenes.py OpeningManimExample
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/bin/manimgl", line 5, in
from manimlib.main import main
File "/Users/roc/Downloads/installPack/manim/manimlib/init.py", line 12, in
from manimlib.window import *
File "/Users/roc/Downloads/installPack/manim/manimlib/window.py", line 23, in
class Window(PygletWindow):
File "/Users/roc/Downloads/installPack/manim/manimlib/window.py", line 155, in Window
def on_mouse_motion(self, x: int, y: int, dx: int, dy: int) -> None:
TypeError: 'staticmethod' object is not callable
Environment
OS System: Darwin 24.2.0 MacBookPro Darwin Kernel Version 24.2.0: xnu-11215.61.5~2/RELEASE_X86_64 x86_64
manim version: master
python version: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3
The text was updated successfully, but these errors were encountered: