Skip to content
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

Open
MrAda opened this issue Mar 9, 2024 · 5 comments
Open

Python 3.11.7: Cannot find setuptools #176

MrAda opened this issue Mar 9, 2024 · 5 comments

Comments

@MrAda
Copy link

MrAda commented Mar 9, 2024

$ 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?

@hannahburkhardt
Copy link
Collaborator

Did you try installing it? Something like pip install setuptools, maybe.

@MrAda
Copy link
Author

MrAda commented Mar 10, 2024 via email

@MrAda
Copy link
Author

MrAda commented Mar 10, 2024

Already installed.

@hannahburkhardt
Copy link
Collaborator

@MrAda did you figure this out?
If you just want to use the library (rather than changing source code), your easiest bet would be to install the latest release with pip install myfitnesspal. If you run into issues with the release version, you could try the current repo, which might have fixes that are not yet in the official release: pip install git+https://github.com/coddingtonbear/python-myfitnesspal.

@MrAda
Copy link
Author

MrAda commented Apr 16, 2024

@hannahburkhardt I had given up but I can try again when I get a chance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants