Skip to content

LaTeX compilation failed when running simple ManimGL scene #2390

@mathsvisualization

Description

@mathsvisualization

LaTeX compilation failed when running simple Manim scene

Describe the error

I am trying to run a simple Manim scene, but I am getting a LaTeX compilation failed error.
I just want to render a basic animation, but it stops with this error.


Code and Error

Code:

from manimlib import *

class Test(InteractiveScene):
    def construct(self):
        pass

Error:

LatexError: LaTeX compilation failed

Environment

  • OS System: Windows 10
  • manim version: master (3b1b/manim repo)
  • python version: 3.12.7
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions