-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'pkg_resources' #3585
Comments
It's a Python package which is used by Manim and is not automatically pre-installed in some versions of Python. |
Okay - after closing the terminal and opening a new terminal window, apparently it worked :p I am trying to install Manim community edition on my Mac (Apple M2 Pro chip). I have followed the guide for installation https://docs.manim.community/en/stable/installation/macos.html but I get the same error when running
It looks like the module 'pkg_resources' is not found. I have tried to run:
and setuptools is also seen in Package Version certifi 2023.11.17 When I run which is also what I am supposed to get according to the installation tutorial note. Thx for your help :) |
Preliminaries
installation instructions.
or the solution given there does not help.
Description of error
so i have installed it by using scoop, and when i run it on on visual studio code its doesn't find pkg_resources.
i tried reinstalling multiple times but it doesn't work.
Installation logs
Terminal output
System specifications
System Details
python/py/python3 --version
):pip list
):LaTeX details
FFMPEG
Output of
ffmpeg -version
:Additional comments
The text was updated successfully, but these errors were encountered: