问题
I am using this video to download and install manim on Windows 10. Whenever I try to run this code, it fails.
python -m manim example_scenes.py SquareToCircle -pl
cmd throws a big error at my face. It last line is : Original error was: DLL load failed: The specified module could not be found. The error image
What could be the problem and how can I prevent and/or solve it. Thanks
回答1:
It is likely an issue with the installation of numpy, scipy or pycairo; try (re)installing those.
来源:https://stackoverflow.com/questions/58434009/manim-example-scenes-py-wont-run