Skip to content

I can't render my animations #3840

@joaomachads

Description

@joaomachads

Description of bug / unexpected behavior

I have already installed Manim. I have also installed the Manim Side View extention (VS code), but it won't render the test script.

I have tried reinstalling it a few times, changing the extension's default manim path, running a command to try rendering it without the extention and nothing.

The output to the command checkhealth is this:

Fatal error in launcher: Unable to create process using '"C:\Python311\python.exe" "C:\tools\Manim\Scripts\manim.exe" checkhealth': O sistema nÒo pode encontrar o arquivo especificado.

(last line is in portuguese - "system could not find the specified file")

Expected behavior

Manim SV should render the animation as soon as I clicked the "set a side view" icon on top right, or when I inputed the terminal commad.

from manim import *


class CreateCircle(Scene):
    def construct(self):
        circle = Circle()  # create a circle
        circle.set_fill(PINK, opacity=0.5)  # set the color and transparency
        self.play(Create(circle))  # show the circle on screen
        

Metadata

Metadata

Assignees

No one assigned

    Labels

    installationEverything concerning the installation process

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions