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

TypeError: 'staticmethod' object is not callable #2126

Open
Ex-monsters opened this issue Apr 28, 2024 · 4 comments
Open

TypeError: 'staticmethod' object is not callable #2126

Ex-monsters opened this issue Apr 28, 2024 · 4 comments

Comments

@Ex-monsters
Copy link

Describe the error

Once I've installed the conda environment, after installing the dependencies in the requirements, executing manimgl comes up. The installation configuration is the reference https://docs.manim.org.cn/.

Code and Error

Code:
(manim) E:\manim>manimgl
48df3ebaf734a046ab09c9db0a37426
ec0e47b7da5919fb334e9812fcb18b7

Error:
Traceback (most recent call last):
File "E:\anaconda\envs\manim\lib\runpy.py", line 194, in _run_module_as_main
return run_code(code, main_globals, None,
File "E:\anaconda\envs\manim\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "E:\anaconda\envs\manim\Scripts\manimgl.exe_main
.py", line 4, in
File "E:\manim\manimlib_init
.py", line 14, in
from manimlib.animation.animation import *
File "E:\manim\manimlib\animation\animation.py", line 5, in
from manimlib.mobject.mobject import _AnimationBuilder
File "E:\manim\manimlib\mobject\mobject.py", line 64, in
class Mobject(object):
File "E:\manim\manimlib\mobject\mobject.py", line 230, in Mobject
def set_data(self, data: np.ndarray) -> Self:
TypeError: 'staticmethod' object is not callable

Environment

OS System:
manim version: master
python version:Python 3.8.19

@Felix20021231
Copy link

I meet the same problem

@diogodsa
Copy link

I am also having the same error.

1 similar comment
@LuoRongKang
Copy link

I am also having the same error.

@zykRichard
Copy link

Same Error. Any idea now?

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

5 participants