Skip to content

Instantly share code, notes, and snippets.

@sfermigier
Last active August 3, 2020 12:10
Show Gist options
  • Select an option

  • Save sfermigier/91fcfa81c0b7dcde50c14070855372a4 to your computer and use it in GitHub Desktop.

Select an option

Save sfermigier/91fcfa81c0b7dcde50c14070855372a4 to your computer and use it in GitHub Desktop.

Revisions

  1. sfermigier revised this gist Aug 3, 2020. 2 changed files with 0 additions and 0 deletions.
    File renamed without changes.
    File renamed without changes.
  2. sfermigier revised this gist Aug 3, 2020. 1 changed file with 43 additions and 0 deletions.
    43 changes: 43 additions & 0 deletions gistfile2.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,43 @@
    ~/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.
  3. sfermigier created this gist Aug 3, 2020.
    10 changes: 10 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    [tool.poetry]
    name = "dummy"
    version = "0.1.0"
    authors = []
    description = ""


    [tool.poetry.dependencies]
    python = ">=3.7"
    isort=">5"