Giter Club home page Giter Club logo

Comments (9)

Loyage avatar Loyage commented on September 27, 2024 4

I solved it by commenting out all @staticmethod line in file mobject.py and scene.py.

In your environment, they are:

"E:\manim\manimlib\mobject\mobject.py"

"E:\manim\manimlib\scene\scene.py"

So try to replace all the @staticmethod by # @staticmethod in these two files.

from manim.

Sourish07 avatar Sourish07 commented on September 27, 2024 3

I upgraded from Python 3.8 to 3.10! Hope that helps

from manim.

Hlaejanor avatar Hlaejanor commented on September 27, 2024 1

The comment above about python 3.10 helped me. This was on OSX

For noobs here is a tutorial :
`run python -V
and see if you have an old python version. I had 3.9.

You might need to download python3.10. I had several python versions, and for. me 3.10 vas available at
python3.10 -V ->

Locate python 3.10 or higher and create a virtual environment using it.

python3.10 -m venv venv

Then , activate the venv

source venv/bin/activate

Now, you can try to use the python command again, and now the version is 3.10
`python -V (should give you 3.10 or more)

Then install
run pip install -e .

Then run the example
manimgl example_scenes.py OpeningManimExample

from manim.

Felix20021231 avatar Felix20021231 commented on September 27, 2024

I meet the same problem

from manim.

diogodsa avatar diogodsa commented on September 27, 2024

I am also having the same error.

from manim.

LuoRongKang avatar LuoRongKang commented on September 27, 2024

I am also having the same error.

from manim.

zykRichard avatar zykRichard commented on September 27, 2024

Same Error. Any idea now?

from manim.

Khurramcoder avatar Khurramcoder commented on September 27, 2024

i have same issue

from manim.

zangjiucheng avatar zangjiucheng commented on September 27, 2024

Currently working python version to me is 3.10.14 (3.12 (numpy) and 3.9 (@staticmethod) both fall to my compiler)

(On M1 MacOS 15.0-beta)

from manim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.