3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos
5.79k stars 1.55k forks source link

Issue with installing manimgl #33

Closed JonnyAfouluadoulu closed 2 years ago

JonnyAfouluadoulu commented 2 years ago

Whenever I try to install manim it comes up with this error, can anyone help? Screenshot (79)

TonyCrane commented 2 years ago

Where is the error? And what are you doing?

JonnyAfouluadoulu commented 2 years ago

Screenshot (82)

TonyCrane commented 2 years ago

Please master python before going to use manim. You should run the command in the terminal, not to run them as python script...

bohrium2b commented 2 years ago

In your screenshots, you are running the "pip install manimgl" and "manimgl" commands in a python script, which is why it doesn't recognize what you are doing. However, if you open the command prompt/powershell and run those commands, you should have a better result.