安装manim遇到问题
安装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
https://github.com/3b1b/manim/issues/1593 安装ffpage等依赖:
https://3b1b.github.io/manim/getting_started/installation.html
页:
[1]