FileNotFoundError: The system cannot find the path specified: 'media\\Tex'
- Lingua principale
- Python
- Stelle
- 93.8k
- Fork
- 7.7k
- Metriche di merge delle PR
- Metriche PR in attesa
Descrizione
### 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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.