3b1b / manim

Animation engine for explanatory math videos
MIT License
70.78k stars 6.23k forks source link

FileNotFoundError: The system cannot find the path specified: 'media\\Tex' #2128

Open ILYJNY opened 6 months ago

ILYJNY commented 6 months ago

Describe the error

Code and Error

from manim import from manimlib import

Code: class CreateGraph(Scene): def construct(self): equation = MathTex(r"\frac{sin x}{x}" ,substrings_to_isolate="x") equation.set_color_by_tex("x", RED) self.add(equation) self.play(equation) self.wait(2)

Error: File "C:\Users\Administrator\miniconda3\Lib\pathlib.py", line 1311, in mkdir os.mkdir(self, mode) FileNotFoundError: The system cannot find the path specified: 'media\Tex'

Environment

OS System: Windows manim version: Latest Version of Manim python version: 3.12.1