Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ILYJNY opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@ILYJNY
Copy link

ILYJNY commented Apr 30, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant