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
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