Open Chubek opened 3 years ago
I experienced this issue yesterday when I installed Manim for the first time. I worked around it by replacing Line 145 of
my local copy of manim\manimlib\animation\creation.py
self.lag_ratio = min(4.0 / length, 0.2)
with
try:
self.lag_ratio = min(4.0 / length, 0.2)
except:
self.lag_ratio = 0.2
Though it allowed me to run the example scene, I have no idea of the long-term implications of this change. I'd appreciate any amount of help from an experienced user.
Good day. I'm getting Division By Zero running ExampleScene.py on Windows. Here's the error:
MikiTex, FFmpeg.
Thanks!