安装manim
- # Install manimgl
- pip install manimgl
- I am on a WSL Ubuntu, and I was hitting the same issue. I was able to resolve it with the recommendation from TonyCrane, in particular:
- apt install libpango1.0-dev pkg-config python3-dev
- pip install manimpango
- pip install manim
|