Hi,
I’m trying to install the Manim Community Python package in my account on the FreeBSD shared host.
The build process stops because the ninja binary is missing.
Could you please run the following as root:
pkg install ninja
Once that’s done I’ll simply re-run:
pip install manim
and the installation should complete successfully.
The exact error I’m seeing is:
ERROR: Could not find a version that satisfies the requirement ninja (from versions: none)
Thank you for your help!