How to setup Pyglet to work with Manim in Colab?
问题 I'm trying to run shaders version of Manim in Colab. This version has to show rendered video in a live interactive window, as opposed to just writing mp4. I installed and imported everything without errors: from manimlib.imports import * but get an exception when run: !python3 -m manim example_scenes.py OpeningManimExample Media will be written to ./media/. You can change this behavior with the --media_dir flag. Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193,