
Why is python saying "No module named 'manim'" but the manim …
Jun 6, 2025 · Now, when running manim -pqh filename.py TestBelow it works fine, but when running that with actual python, it always says No module named manim. Also, the way I installed manim, I …
python - How to use relative import in Manim? - Stack Overflow
Feb 7, 2025 · The issue happens because relative imports in Python depend on the __package__ attribute, which is typically set when running a module within a package using python -m …
python - Can manim be used in pycharm? - Stack Overflow
Mar 15, 2020 · I recommend you this playlist I always uses pycharm for manim. Firstly i setup python interpreter by just open File->Settings->Projet->Project Interpreter then just press on little gear icon …
How to put text inside a rectangle in Manim Community
Nov 28, 2021 · this is the thing I wanted to make I'm very new to manim I'm trying to put the text inside a rectangle like given in the image How can I do that ?? :(
How to use manim from any directory in windows - Stack Overflow
I am trying to execute command python -m manim example_scenes.py SquareToCircle -pl from any directory in my windows machine. It works fine when I execute the command in the root directory of …
Manim Community: Color in Equation by Text - Stack Overflow
Oct 6, 2024 · Manim Community: Color in Equation by Text Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 143 times
Newest 'manim' Questions - Stack Overflow
Oct 22, 2025 · Typst in Manim. I make Manim to support for the Typst typesetting language I make Manim to support for the Typst typesetting language but It seem like horizontal line in between …
manim - Is there a way to exporto Maniim videos without background ...
Jun 23, 2023 · I'm learning Manim and I would like to know if it is possible to generate videos without the background. I saw that you can define the background color in a extern file, but I don't know how to …
How do I create a copy of something (A Mobject)? (Manim)
Oct 16, 2024 · How do I create a copy of something (A Mobject)? (Manim) Asked 1 year, 1 month ago Modified 1 year, 1 month ago Viewed 524 times
manim - Run animations on the same object in sequence - Stack …
Mar 10, 2024 · I am trying to run sequences of animations for different objects at the same time. This the part of the code that is causing me problems: group = VGroup(*tasks) animations = [ …