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
The newer version of poetry uses the PEP 440 to validate the versions in the package, and when I tried to install the smart_open==5.1.0 the latest version, I'm getting this error:
ValueError
Could not parse version constraint: >=3.6.*
Steps/code to reproduce the problem
Using the poetry version 1.2.0a2
Run command poetry install smart-open==5.1.0 --extras "s3"
Versions
Poetry: 1.2.0a2
Python: 3.8.11
Smart-open: 5.1.0
Checklist
Before you create the issue, please make sure you have:
Described the problem clearly
Provided a minimal reproducible example, including any required data
Provided the version numbers of the relevant software
The text was updated successfully, but these errors were encountered:
* [#638] Change Python Requires version to fix PEP 440 issue
* Update CHANGELOG.md
Co-authored-by: Michael Penkov <[email protected]>
Co-authored-by: Michael Penkov <[email protected]>
Problem description
The newer version of poetry uses the PEP 440 to validate the versions in the package, and when I tried to install the
smart_open==5.1.0
the latest version, I'm getting this error:Steps/code to reproduce the problem
1.2.0a2
poetry install smart-open==5.1.0 --extras "s3"
Versions
1.2.0a2
3.8.11
5.1.0
Checklist
Before you create the issue, please make sure you have:
The text was updated successfully, but these errors were encountered: