-1

I'm trying to get into using the manim software of 3b1b but have many issues.

First after completing the steps of installing the required software given on the Youtube channel "Theorem of Beethoven" I still get the following error when trying to load the manimlib function.

ImportError: ('Unable to load OpenGL library', 'dlopen(OpenGL, 10): image not found', 'OpenGL', None)

The code I ran is: from manimlib.imports import *. What needs to be done to remove this error? Also, in what directory do I need to be in order to run the manim code on VS Code?

jonrsharpe
  • 115,751
  • 26
  • 228
  • 437
Dewald
  • 1

1 Answers1

0

I think the resources you are using are outdated now. from manimlib.imports import* was used in earlier versions of Manim. Click here to find Theorem of Beethoven's 2021 3b1b Manim installation tutorial.

In the case I am wrong or misunderstood your question, try this file from 3b1b Manim github and see if it works.

Also, I recommend you take a look at Manim Community because it has more documentation. Manim Community is maintained by volunteers.

Sony
  • 92
  • 4
  • 9