我使用的是Ubuntu (22.04LTS版本),并遵循来自的安装文档,但是当我试图运行scene.py CreateCircle的测试代码时,我得到如下信息:from manim import *def construct(self): self.play(Create(circle)) # show the circle on s
我正在尝试使用Windows 10和Python 3.7运行manim。我遵循了下面的说明
C:\Users\...>python -m manim example_scenes.py SquareToCircle -pl
C:\Users\...\Anaconda3\python.exe: No module named manim.__main__; 'manim' is a package and cannot be directly e