-
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
Warn when pip is not building a wheel due to lack of wheel
package
#7768
Conversation
Getting an issue in |
All checks passing now. |
A couple of thoughts. Both are minor and I can live with it being merged without change though:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor nit-pick wrt the NEWS fragment. LGTM otherwise!
Thanks @anuditnagar 👍 |
wheel
package
Add a
logger.info
to log a message about why pip is not building a wheel. In reference to #7709