[go: up one dir, main page]

dependency hell with ansible-lint 6.2.2 and cfn-lint 0.61.0

The named Versions of these pip packages can not be installed:

#13 488.7 INFO: pip is looking at multiple versions of ansible-lint to determine which version is compatible with other requirements. This could take a while.
#13 488.7 INFO: pip is looking at multiple versions of botocore to determine which version is compatible with other requirements. This could take a while.
#13 488.7 INFO: pip is looking at multiple versions of awscli to determine which version is compatible with other requirements. This could take a while.
#13 488.7 INFO: pip is looking at multiple versions of <Python from Requires-Python> to determine which version is compatible with other requirements. This could take a while.
#13 488.7 INFO: pip is looking at multiple versions of ansible to determine which version is compatible with other requirements. This could take a while.
#13 488.7 ERROR: Cannot install ansible-lint==6.2.2 and cfn-lint==0.61.0 because these package versions have conflicting dependencies.
#13 488.7
#13 488.7 The conflict is caused by:
#13 488.7     ansible-lint 6.2.2 depends on jsonschema>=4.5.1
#13 488.7     cfn-lint 0.61.0 depends on jsonschema~=3.0
#13 488.7
#13 488.7 To fix this you could try to:
#13 488.7 1. loosen the range of package versions you've specified
#13 488.7 2. remove package versions to allow pip attempt to solve the dependency conflict
#13 488.7
#13 488.7 ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts