-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
Failure while parsing pyprojectenvironment markers #18530
Labels
Comments
This is the same issue as detailed here in Pex: pex-tool/pex#2037 - for direct reference URL requirements, environment markers must be separated from the URL by a space. Right now Pants forms requirements like:
|
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Mar 21, 2023
Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes pantsbuild#18530
jsirois
added a commit
that referenced
this issue
Mar 21, 2023
Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes #18530
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Mar 21, 2023
…build#18535) Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes pantsbuild#18530 (cherry picked from commit 54fb80b)
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Mar 21, 2023
…build#18535) Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes pantsbuild#18530 (cherry picked from commit 54fb80b)
This was referenced Mar 21, 2023
jsirois
added a commit
to jsirois/pants
that referenced
this issue
Mar 21, 2023
…build#18535) Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes pantsbuild#18530 (cherry picked from commit 54fb80b) [ci skip-rust] [ci skip-build-wheels]
jsirois
added a commit
that referenced
this issue
Mar 21, 2023
… (#18536) Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes #18530 (cherry picked from commit 54fb80b)
jsirois
added a commit
that referenced
this issue
Mar 21, 2023
… (#18537) Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes #18530 (cherry picked from commit 54fb80b)
jsirois
added a commit
that referenced
this issue
Mar 21, 2023
… (#18538) Previously the PEP-508 direct reference URL requirement synthesis ran afoul of creating ambiguous requirement strings as detailed here: pypa/packaging#456 (comment) Fixes #18530 (cherry picked from commit 54fb80b) [ci skip-rust] [ci skip-build-wheels]
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm unable to generate a lockfile when using
poetry_requirements
because environment markers fail to parse. I've created a minimal repro here, which does generate a lockfile with a warning, but does not include the torch dependency.Pants version
2.15
OS
Linux
Additional info
Add any other information about the problem here, such as attachments or links to gists, if relevant.
The text was updated successfully, but these errors were encountered: