Last active
August 3, 2020 12:10
-
-
Save sfermigier/91fcfa81c0b7dcde50c14070855372a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/t/poetry-bug > poetry install | |
Updating dependencies | |
Resolving dependencies... (0.8s) | |
[SolverProblemError] | |
The current project's Python requirement (*) is not compatible with some of the required packages Python requirement: | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
- isort requires Python >=3.6,<4.0 | |
Because no versions of isort match >5,<5.0.1 || >5.0.1,<5.0.2 || >5.0.2,<5.0.3 || >5.0.3,<5.0.4 || >5.0.4,<5.0.5 || >5.0.5,<5.0.6 || >5.0.6,<5.0.7 || >5.0.7,<5.0.8 || >5.0.8,<5.0.9 || >5.0.9,<5.1.0 || >5.1.0,<5.1.1 || >5.1.1,<5.1.2 || >5.1.2,<5.1.3 || >5.1.3,<5.1.4 || >5.1.4,<5.2.0 || >5.2.0,<5.2.1 || >5.2.1,<5.2.2 || >5.2.2 | |
and isort (5.0.1) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.0.2) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.0.3) requires Python >=3.6,<4.0 | |
and isort (5.0.4) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.0.5) requires Python >=3.6,<4.0 | |
and isort (5.0.6) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.0.7) requires Python >=3.6,<4.0 | |
and isort (5.0.8) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.0.9) requires Python >=3.6,<4.0 | |
and isort (5.1.0) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.1.1) requires Python >=3.6,<4.0 | |
and isort (5.1.2) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.1.3) requires Python >=3.6,<4.0 | |
and isort (5.1.4) requires Python >=3.6,<4.0, isort is forbidden. | |
And because isort (5.2.0) requires Python >=3.6,<4.0 | |
and isort (5.2.1) requires Python >=3.6,<4.0, isort is forbidden. | |
So, because isort (5.2.2) requires Python >=3.6,<4.0 | |
and dummy depends on isort (>5), version solving failed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.poetry] | |
name = "dummy" | |
version = "0.1.0" | |
authors = [] | |
description = "" | |
[tool.poetry.dependencies] | |
python = ">=3.7" | |
isort=">5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment