-
Notifications
You must be signed in to change notification settings - Fork 140
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
Python 3.11.7: Cannot find setuptools #176
Comments
Did you try installing it? Something like |
I can try that. It wasn't in the instructions but then again I am not familiar with Python toolsOn Mar 9, 2024 6:53 PM, Hannah ***@***.***> wrote:
Did you try installing it? Something like pip install setuptools, maybe.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Already installed. |
@MrAda did you figure this out? |
@hannahburkhardt I had given up but I can try again when I get a chance. |
$ python setup.py install
Traceback (most recent call last):
File "/c/Users/Chris/test/python-myfitnesspal/setup.py", line 3, in
from setuptools import find_packages, setup
ModuleNotFoundError: No module named 'setuptools'
Where is setuptools?
The text was updated successfully, but these errors were encountered: