I installed manim with all relevant dependencies and while trying to test it by doing some of the example scenes, the following error occurred
[03/05/21 23:02:26] ERROR module_ops.py:71
There are no scenes inside that module
I installed manim by copying the repo with git. Then I made another file with code copied from this tutorial https://talkingphysics.wordpress.com/2019/01/08/getting-started-animating-with-manim-and-python-3-7/ to see if the problem was on the example_scenes.py file, but i got the same result with an example from that page. I'm running Debian 10.
ONE NOTE: The article you used is great, but it's a bit outdated now. For example, to import the manim module, it is no longer from big_ol_pile_of_manim_imports import *
but it's from manim import *
.
Can you please tell us your manim version (i.e. community vs. Grant's version), all the dependencies you installed, and what command you use in terminal to call manim?
There are tutorials for the manim community edition linked here (if you downloaded the community edition). Let me know if you have any questions, hope this helps!