I'm facing this Traceback problem to run manim in vs code in windows 11 #1902
Replies: 1 comment
-
If 'manim' and other dependencies are properly installed, then from your issue above I can suggest you to install "Python 3.9" instead of 3.10 or above versions.You can follow this video tutorial:https://www.youtube.com/watch?v=CYOLQk8GpME&ab_channel=TheoremofBeethoven ** Or, You can follow the instructions below, though I suggest to follow the video. **# Install Python 3.9, not the 3.10 or above versions.# Install 'Chocolatey':In Power Shell (Admin):Run: # Install ['wget', 'git', 'ffmpeg', 'tinytex'] using 'Chocolatey':Run: # Open 'cmd.exe'. Then Run these commands one by one:
Make a working directory and open it in 'cmd.exe':
Install ['manim', 'jupyter'] in that Virtual-Environment:
Download or Copy this example-file
|
Beta Was this translation helpful? Give feedback.
-
i'm trying to genarate this manim. But it's not working.
I reinstalled manim but it remains same. Even eny kinds of manim isn't running
one of my code:
from manim import*
class FirstExample(Scene) :
def construct(self):
Beta Was this translation helpful? Give feedback.
All reactions