Set project name to UNKNOWN when empty#9838
Merged
Conversation
57cfa05 to
c157449
Compare
|
Solves the issue for me. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
c157449 to
a5ded57
Compare
For compatibility with distutils. This is only done when pip is not inside a virtual environment due to a quirk in pip's previous implementation to the header path.
a5ded57 to
e7b1722
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Hello, just reporting the following: Mac OS 11.2.3, using pyenv, fresh 3.9.4 install, updated PIP to 21.1, went to update setuptools and wheel and got the following, let me know if I can provide any further details that might assist you: |
Member
Author
Please read this: #9617 (comment) |
pradyunsg
approved these changes
Apr 25, 2021
sbidoul
approved these changes
Apr 25, 2021
Member
|
Side note: we apparently don't do much with "scheme.headers" except passing them to the legacy setup.py install command ? Does that mean there are user expectations around that and we should take care of it when deprecating the setup.py install code path ? |
1 task
|
got this while installing conda on macOS Catalina 10.15.7. |
Member
|
Please see #9617. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



For compatibility with distutils. This should fix the flood of incoming reports in #9617.