You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to render the scene ExampleApproximation of manim_tutorial_1.py, I obtain in Terminal this error:
NameError: global name 'math' is not defined
for line 234.
Actually, big_ol_pile_of_manim_imports.py has not an import math line in the May 9, 2018 commit of manim, the manim version you suggest to use in your talkingphysics.wordpress.com tutorials.
(recent versions of manim have the line import math in big_ol_pile_of_manim_imports.py)
The text was updated successfully, but these errors were encountered:
When I try to render the scene ExampleApproximation of
manim_tutorial_1.py
, I obtain in Terminal this error:for line 234.
Actually,
big_ol_pile_of_manim_imports.py
has not animport math
line in the May 9, 2018 commit ofmanim
, themanim
version you suggest to use in your talkingphysics.wordpress.com tutorials.(recent versions of
manim
have the lineimport math
inbig_ol_pile_of_manim_imports.py
)The text was updated successfully, but these errors were encountered: