
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 …
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 …
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 …
manim - Is there a way to exporto Maniim videos without …
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 …
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 …
manim - How to create multiple traced paths around the surface …
Oct 20, 2023 · 0 I asked about that on the Manim discord and another user wrote this code that works, if it is of interest to others looking to do something similar!
Change Text Colour Manim Community - Stack Overflow
Mar 31, 2021 · I have been trying out Manim Community. I am wondering if there is a way to change the text colour to black through out the whole program by calling config. I can change …
Why doesn't ReplacementTransform work consistently?
Jan 24, 2025 · The 1 goes to 2, leaving nothing behind. The 2 goes to 3, leaving nothing behind. The 3 goes to 4, leaving another 3 behind (just like a regular Transform()). Why? And more …
animation - Manim: How to create a table with Tex in it? and grid …
Jul 27, 2023 · Manim: How to create a table with Tex in it? and grid only in first line? Asked 2 years, 5 months ago Modified 2 years, 5 months ago Viewed 912 times
manim - Error while playing scene: "There are no scenes in that …
Jan 8, 2019 · There are tutorials for the manim community edition linked here (if you downloaded the community edition). Let me know if you have any questions, hope this helps!