-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
pex can't handle environment markers in requirements file #122
Comments
+1 |
3 years later, environment markers are still unsupported.
Then PEX tries to grab both requirements and fails.
The actual problem I'm running into is that a library I need has a requirement like above so I can't really workaround the issue by removing environment markers. |
Some good attitude in an OSS setting goes a long way. If 3 years was truly a burden you might have chipped in! That said, see #592 / #593. The support added in 1.5.0 mistakenly only covered transitive requirements, not top-level. #592 fixes that. |
Sorry, I didn't mean to sound passive aggressive. |
I have following requirements.txt:
pex raises following exception:
The text was updated successfully, but these errors were encountered: