You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the pyprojet.toml, results in a Could not parse version constraint: 5.15.0-76-generic error.
The issue seem to be triggered by the "-gerneric" part of the string. As putting any platform release with anything else than a version number seems to trigger the issue.
At the best of my knowledge this is a PEP 508 compliant string for platform_release and should be accepted by Poetry.
The text was updated successfully, but these errors were encountered:
-vvv
option) and have included the output below.Issue
Trying any operation with this :
in the
pyprojet.toml
, results in aCould not parse version constraint: 5.15.0-76-generic
error.The issue seem to be triggered by the "-gerneric" part of the string. As putting any platform release with anything else than a version number seems to trigger the issue.
At the best of my knowledge this is a PEP 508 compliant string for platform_release and should be accepted by Poetry.
The text was updated successfully, but these errors were encountered: