-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Problem parsing requirement markers #992
Comments
I tested with poetry 0.12.15 and it is still an issue. |
The error still persists in Poetry 0.12.17.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi, the issue persists in 1.0.0.b. |
The issue still exists in latest release, see #1238 (comment) |
Though, I hit a Max recursion error. |
This has been fixed in the
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I am on the latest Poetry version.
I have searched the issues of this repo and believe that this is not a duplicate.
If an exception occurs when executing a command, I executed it again in debug mode (
-vvv
option).OS version and name: OSX
Poetry version: 0.12.11
Link of a Gist with the contents of your pyproject.toml file: https://gist.github.com/lvkswrks/9967aeedc34f967efeda9c9d429efb5f
Issue
Poetry seems to have problems parsing requirement markers as illustrated below
It will fall into an infinite recursion and crash at some point with
Please also see a minimal example project configuration I uploaded to Gist.
The text was updated successfully, but these errors were encountered: