3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos
5.79k stars 1.55k forks source link

No module named 'manimlib.mobject.svg.old_tex_mobject' #59

Open alexbarnadas opened 1 year ago

alexbarnadas commented 1 year ago

Hello! Thank you for your videos. I am trying for the first time to rune one of the examples in videos repo, but this error keeps appearing and literally no one has asked about it yet I think.

from manimlib.mobject.svg.old_tex_mobject import * ModuleNotFoundError: No module named 'manimlib.mobject.svg.old_tex_mobject'

Does anyone know how to solve it? Thank you!

saudzahirr commented 1 year ago

Hello! Thank you for your videos. I am trying for the first time to rune one of the examples in videos repo, but this error keeps appearing and literally no one has asked about it yet I think.

from manimlib.mobject.svg.old_tex_mobject import * ModuleNotFoundError: No module named 'manimlib.mobject.svg.old_tex_mobject'

Does anyone know how to solve it? Thank you!

The version grant sanderson is using is not released yet so you should try these examples.

KaltsitPrts commented 7 months ago

Hello! Thank you for your videos. I am trying for the first time to rune one of the examples in videos repo, but this error keeps appearing and literally no one has asked about it yet I think.

from manimlib.mobject.svg.old_tex_mobject import * ModuleNotFoundError: No module named 'manimlib.mobject.svg.old_tex_mobject'

Does anyone know how to solve it? Thank you!

Have you solved this problem?