-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
pip tries to parse PEP 508 URLs in pyproject.toml's [build-system] requires as file path #6405
Comments
I believe this is a duplicate of #6202? |
Hmm that one seems to mention |
I'm pretty sure it uses the same mechanism, but I guess it can't hurt to keep this open until we're sure it's fixed. |
For what it's worth, pip from the PR associated with that issue (#6203) was able to install the |
#6203 was merged and I was able to confirm the fix against master: fixed.sh
Output
so I will close this issue as a duplicate. Please let me know if you see something different! |
Environment
Description
This is what happens when attempting to specify "wobblui @ https://github.com/wobblui/wobblui/archive/master.zip":
Expected behavior
That it works, because it also works in
seutp_requires
and this is the recommended replacement, right?How to Reproduce
Use this pyproject.toml:
Output
The text was updated successfully, but these errors were encountered: