Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --no-cache-dir to prevent false positives of PEP-517 support.
When trying to determine if the issue was because of Poetry or the package not supporting PEP-517 mode, it is possible that the pip cache can result in false positives of packages that support PEP-517. An example of this is the issue python-poetry#8462. This PR adds to the error output and recommended command to prevent this from happening in the future. As a new user to Python, it wasn't immediately obvious to me when running on the command line why it succeeded, and simply took that it did as enough confirmation that opening an issue was valid.
- Loading branch information