Skip to content

Instantly share code, notes, and snippets.

@mcouthon
Created November 15, 2020 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcouthon/2a64cb6ae101cccb21fd9e80f3336ad8 to your computer and use it in GitHub Desktop.
Save mcouthon/2a64cb6ae101cccb21fd9e80f3336ad8 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^2.7 || ^3.6"
botocore = [
{version = "1.12.192", python = "^2"},
{version = "1.17.63", python = "^3"}
]
boto3 = [
{version = "1.9.192", python = "^2"},
{version = "1.14.63", python = "^3"}
]
[build-system]
requires = ["poetry>=1.0.10"]
build-backend = "poetry.masonry.api"
@mcouthon
Copy link
Author

Full output of poetry lock -vvv:

Updating dependencies
Resolving dependencies...
   1: fact: test is 0.1.0
   1: derived: test
   0: Duplicate dependencies for botocore
   0: Different requirements found for botocore (1.12.192) with markers python_version >= "2" and python_version < "3" and botocore (1.17.63) with markers python_version >= "3" and python_version < "4".
   1: Version solving took 0.002 seconds.
   1: Tried 1 solutions.
   0: Retrying dependency resolution with the following overrides ({Package('test', '0.1.0'): {'botocore': <Dependency botocore (1.12.192)>}}).
   1: fact: test is 0.1.0
   1: derived: test
   0: Duplicate dependencies for boto3
   0: Different requirements found for boto3 (1.9.192) with markers python_version >= "2" and python_version < "3" and boto3 (1.14.63) with markers python_version >= "3" and python_version < "4".
   1: Version solving took 0.002 seconds.
   1: Tried 1 solutions.
   0: Retrying dependency resolution with the following overrides ({Package('test', '0.1.0'): {'botocore': <Dependency botocore (1.12.192)>, 'boto3': <Dependency boto3 (1.9.192)>}}).
   1: fact: test is 0.1.0
   1: derived: test
   1: fact: test depends on botocore (1.12.192)
   1: fact: test depends on boto3 (1.9.192)
   1: selecting test (0.1.0)
   1: derived: boto3 (1.9.192)
   1: derived: botocore (1.12.192)
PyPI: No release information found for boto3-0.0.15, skipping
PyPI: 1 packages found for boto3 1.9.192
PyPI: No release information found for botocore-1.4.45, skipping
PyPI: 1 packages found for botocore 1.12.192
   1: fact: boto3 (1.9.192) depends on botocore (>=1.12.192,<1.13.0)
   1: fact: boto3 (1.9.192) depends on jmespath (>=0.7.1,<1.0.0)
   1: fact: boto3 (1.9.192) depends on s3transfer (>=0.2.0,<0.3.0)
   1: selecting boto3 (1.9.192)
   1: derived: s3transfer (>=0.2.0,<0.3.0)
   1: derived: jmespath (>=0.7.1,<1.0.0)
PyPI: 2 packages found for s3transfer >=0.2.0,<0.3.0
PyPI: 9 packages found for jmespath >=0.7.1,<1.0.0
   0: Duplicate dependencies for urllib3
   0: Merging requirements for urllib3 (>=1.20,<1.26)
   1: fact: botocore (1.12.192) depends on python-dateutil (>=2.1,<3.0.0)
   1: fact: botocore (1.12.192) depends on jmespath (>=0.7.1,<1.0.0)
   1: fact: botocore (1.12.192) depends on docutils (>=0.10,<0.15)
   1: fact: botocore (1.12.192) depends on urllib3 (>=1.20,<1.26)
   1: selecting botocore (1.12.192)
   1: derived: urllib3 (>=1.20,<1.26)
   1: derived: docutils (>=0.10,<0.15)
   1: derived: python-dateutil (>=2.1,<3.0.0)
PyPI: No release information found for urllib3-0.3, skipping
PyPI: No release information found for urllib3-0.3.1, skipping
PyPI: No release information found for urllib3-0.4.0, skipping
PyPI: No release information found for urllib3-0.4.1, skipping
PyPI: 21 packages found for urllib3 >=1.20,<1.26
PyPI: 5 packages found for docutils >=0.10,<0.15
PyPI: No release information found for python-dateutil-0.1, skipping
PyPI: No release information found for python-dateutil-0.3, skipping
PyPI: No release information found for python-dateutil-0.4, skipping
PyPI: No release information found for python-dateutil-0.5, skipping
PyPI: No release information found for python-dateutil-1.0, skipping
PyPI: No release information found for python-dateutil-1.1, skipping
PyPI: No release information found for python-dateutil-1.2, skipping
PyPI: No release information found for python-dateutil-2.0, skipping
PyPI: 20 packages found for python-dateutil >=2.1,<3.0.0
   1: fact: s3transfer (0.2.1) depends on botocore (>=1.12.36,<2.0.0)
   1: fact: s3transfer (0.2.1) depends on futures (>=2.2.0,<4.0.0)
   1: selecting s3transfer (0.2.1)
   1: derived: futures (>=2.2.0,<4.0.0)
PyPI: 11 packages found for futures >=2.2.0,<4.0.0
   1: selecting docutils (0.14)
   1: selecting jmespath (0.10.0)
   1: selecting futures (3.3.0)
   1: fact: python-dateutil (2.8.1) depends on six (>=1.5)
   1: selecting python-dateutil (2.8.1)
   1: derived: six (>=1.5)
PyPI: 17 packages found for six >=1.5
   1: selecting six (1.15.0)
   1: selecting urllib3 (1.25.11)
   1: Version solving took 0.139 seconds.
   1: Tried 1 solutions.
   0: Retrying dependency resolution with the following overrides ({Package('test', '0.1.0'): {'botocore': <Dependency botocore (1.12.192)>, 'boto3': <Dependency boto3 (1.14.63)>}}).
   1: fact: test is 0.1.0
   1: derived: test
   1: fact: test depends on botocore (1.12.192)
   1: fact: test depends on boto3 (1.14.63)
   1: selecting test (0.1.0)
   1: derived: boto3 (1.14.63)
   1: derived: botocore (1.12.192)
PyPI: No release information found for boto3-0.0.15, skipping
PyPI: 1 packages found for boto3 1.14.63
   1: fact: boto3 (1.14.63) depends on botocore (>=1.17.63,<1.18.0)
   1: fact: boto3 (1.14.63) depends on jmespath (>=0.7.1,<1.0.0)
   1: fact: boto3 (1.14.63) depends on s3transfer (>=0.3.0,<0.4.0)
   1: derived: s3transfer (>=0.3.0,<0.4.0)
   1: derived: jmespath (>=0.7.1,<1.0.0)
   1: conflict: boto3 (1.14.63) depends on botocore (>=1.17.63,<1.18.0)
   1: ! not botocore (>=1.17.63,<1.18.0) is satisfied by botocore (1.12.192)
   1: ! which is caused by "test depends on botocore (1.12.192)"
   1: ! thus: boto3 is forbidden
   1: ! boto3 (1.14.63) is satisfied by boto3 (1.14.63)
   1: ! which is caused by "test depends on boto3 (1.14.63)"
   1: ! thus: version solving failed
   1: Version solving took 0.016 seconds.
   1: Tried 1 solutions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment