Problem while testing manim after installation #1418
-
When I write: C:\Program Files\Manim\manim-master>python -m manim example_scenes.py SquareToCircle, in cmd, it shows: C:\Users\User\AppData\Local\Programs\Python\Python39\python.exe: No module named manim. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The python module here is |
Beta Was this translation helpful? Give feedback.
The python module here is
manimlib
and notmanimgl
. You can usemanimgl
command though. Or you should usepython -m manimlib
.