Seeing if I can put together an interactive version of 3b1b's Manim in Streamlit
- I had to install pango with
sudo apt-get install -y libpango-1.0-0Actually maybe this is what worked:
sudo apt install libpango1.0-dev pkg-config python3-devI got this from here.
Didn't work.
sudo apt install xorg-dev libglu1-mesa libgl1-mesa-dev xvfb libxinerama1 libxcursor1