
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 …
How can I create a closed loop curve in Manim? - Stack Overflow
Mar 29, 2025 · The reason the Bezier curve has a sharp angle in it is because the make_smooth () function doesn't consider whether the anchors (points) form a closed loop or not. As a result, it has …
Newest 'manim' Questions - Stack Overflow
2 days ago · 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 numerator …
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 …
Reading each cell value in a table in manim - Stack Overflow
May 26, 2024 · I have created a table using Table in manim, and i want to simply read the value in one of the cells. As an example imagine i have written "a" in row 0 column 0, i want to say: If …
python - "manim: command not found". Un and Reinstalled Manim …
Feb 15, 2022 · 0 The anaconda path was in .zshrc but manim was not found. I added: /Users/ username /opt/anaconda3/ manimenvelope /bin to PATH and manim now works normally.
python - Manim not installing on Google Colab - Stack Overflow
Jul 4, 2023 · Manim not installing on Google Colab Asked 2 years, 7 months ago Modified 2 years, 6 months ago Viewed 3k times
Manim Community: Color in Equation by Text - Stack Overflow
Oct 6, 2024 · Manim Community: Color in Equation by Text Asked 1 year, 4 months ago Modified 1 year, 4 months ago Viewed 160 times
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 …
python - How to run your own file in Manim - Stack Overflow
Sep 29, 2020 · python -m manim <name_script.py> <scene_name> -<flags> But the file must be in the manim folder (which contains the manimlib folder).