We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Due to the constraints on packaging in Sceptre 4.5.0, there are incompatibilities with other tools in the Sceptre ecosystem e.g. stack outputs plugin.
Try to pip-compile this requirements.in file
requirements.in
sceptre-aws-stackoutput-resolver==1.0.0 sceptre==4.5.0
Should work
Dependency conflict:
pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('packaging==16.8'), parent=LinkCandidate('https://files.pythonhosted.org/packages/da/a 5/38f7c225b33e95fa3a2d848394ee65e2e968151aaf2e2db9f85cdc607e89/sceptre_aws_stackoutput_resolver-1.0.0-py2.py3-none-any.whl (from https://pypi.org/simple/sceptre-aws-stackoutput-resolver/)')), Requir ementInformation(requirement=SpecifierRequirement('packaging==16.8'), parent=LinkCandidate('https://files.pythonhosted.org/packages/ac/7c/bf356eac6bf4befaeb414522aadf76fedd29207b1ae2663dc46bb99e5ae7 /sceptre_minify_file_contents_resolver-0.1.7-py2.py3-none-any.whl (from https://pypi.org/simple/sceptre-minify-file-contents-resolver/)')), RequirementInformation(requirement=SpecifierRequirement('p ackaging==16.8'), parent=LinkCandidate('https://files.pythonhosted.org/packages/0e/a7/7ae169f9aada1c3f75770bf24d6c3054234bf97262e0e47b3cf8bd23f744/sceptre_stack_termination_protection_hook-1.1.0-py2 .py3-none-any.whl (from https://pypi.org/simple/sceptre-stack-termination-protection-hook/)')), RequirementInformation(requirement=SpecifierRequirement('packaging<25.0,>=24.1'), parent=LinkCandidate ('https://files.pythonhosted.org/packages/9e/d9/0ca2b49563dddd3e9c3fa1b0dcfe1d4e6e23816b56d019de9a58f2318cae/sceptre-4.5.0-py3-none-any.whl (from https://pypi.org/simple/sceptre/) (requires-python:< 4.0,>=3.8)'))]
The text was updated successfully, but these errors were encountered:
[Resolve #1503] Dependency conflict with packaging
aca5e40
This restores the flexible constraints on packaging, allowing >=16.8 for compatibility with many old tools in the Sceptre ecosystem.
81a2ae1
No branches or pull requests
Subject of the issue
Due to the constraints on packaging in Sceptre 4.5.0, there are incompatibilities with other tools in the Sceptre ecosystem e.g. stack outputs plugin.
Your environment
Steps to reproduce
Try to pip-compile this
requirements.in
fileExpected behaviour
Should work
Actual behaviour
Dependency conflict:
The text was updated successfully, but these errors were encountered: