播放场景时出错:"There are no scenes in that module"

Error while playing scene: "There are no scenes in that module"

我安装了带有所有相关依赖项的 manim,并尝试通过一些示例场景对其进行测试时,出现了以下错误

[03/05/21 23:02:26] ERROR                                                                                             module_ops.py:71
                                There are no scenes inside that module                                                                

我通过使用 git 复制 repo 安装了 manim。然后我用从本教程 https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/ 复制的代码创建了另一个文件,以查看问题是否出在 example_scenes.py 文件上,但我从该页面的示例中得到了相同的结果。我是 运行 Debian 10。

注意一点:您使用的文章很棒,但现在有点过时了。比如导入manim模块,不再是from big_ol_pile_of_manim_imports import *而是from manim import *.

能否告诉我们您的 manim 版本(即社区版本与 Grant 版本)、您安装的所有依赖项以及您在终端中使用什么命令调用 manim?

链接了 manim 社区版的教程 here(如果您下载了社区版)。如果您有任何问题,请告诉我,希望对您有所帮助!