I’m trying to run this example from Manim community documentation: For some reason I’m getting this error: I’m using the latest version of Manim community (0.14.0) What am I doing wrong? The full output is: Answer You could try to upgrade manimpango via pip install -U manimpango. As a workaround, using Tex instead would also work as long as you
Tag: manim
How to use manim from any directory in windows
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 library(directory which contains requirement.txt, README.md and all those stuff). I tried to edit the path environment variable of my system but it still does not work. ERROR