-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Traceback running setup.py clean: ModuleNotFoundError: No module named 'setuptools' #6642
Comments
👀 You don't have to explain what happened here, but it'd be nice if you do. 😛 |
I closed this after creating it because when I looked at the code, it seemed like the traceback only displays when verbose mode is enabled, in which case it doesn't really seem like an issue (it's verbose mode). But I'm not 100% sure, so I'll leave it open for completeness for now. |
This looks like a bug, unless I'm missing something. |
It was reported in issue #6634 that when building a wheel using (PEP 517), a traceback displayed when
setup.py clean
failed was unneeded.Excerpt:
The text was updated successfully, but these errors were encountered: