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

PermissionError: [WinError 32] filename: 'media\\Tex\\name.dvi' #4180

Open
Huazhilian opened this issue Mar 3, 2025 · 1 comment
Open

PermissionError: [WinError 32] filename: 'media\\Tex\\name.dvi' #4180

Huazhilian opened this issue Mar 3, 2025 · 1 comment

Comments

@Huazhilian
Copy link

Description of bug / unexpected behavior

Sometimes I get the following error messages when I run the manim file with latex code,

PermissionError: [WinError 32] filename: 'media\\Tex\\name.dvi'
[456] Execution returned code=1 in 10.767 seconds returned signal null

Expected behavior

I think there is no problem with the synax of the code, since I can run the same file successfully at some times.

How to reproduce the issue

`from manim import *

class TransformEquation(Scene):
def construct(self):
eq = Tex(r"That is $\int_0^1 x^2,dx = \frac{1}{3}$")
self.add(eq)
self.wait()`

System specifications

  • OS Windows 11:
  • Python version python3
  • LaTeX distribution TeX Live 2021
@Huazhilian
Copy link
Author

The problem generally occurs when the file is run again after it has been modified.

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