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?