Visual Studio Code – Running Manim work in PyCharm but not in VSCode
I was installing Manim by following this guide Manim on Windows and when I ran the quickstart code it didn't work from manim import * class CreateCircle(Scene): def construct(self): circle = Circle() # create a circle circle.set_fill(PINK, opacity=0.5) # set…