Hi Conrad,
This has solved it for others,
ModuleNotFoundError: No module named 'pkg_resources'
https://github.com/ManimCommunity/manim/issues/3585says
It's a Python package which is used by Manim and is not automatically pre-installed in some versions of Python.
It should be easily installable by using the following command on the terminal:
pip install setuptools
or maybe
py -m pip install setuptools
Good luck.
---
Ted Cline
TedClineGit at
gmail.comOn Thursday, November 6, 2025 at 10:14:52 AM UTC-7 Conrad Cardano wrote:
...