Skip to content
New issue

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

[BUG] - CloudFormation helper scripts fail on Ubuntu 24.04 #2025

Open
frh-td opened this issue Apr 26, 2024 · 0 comments
Open

[BUG] - CloudFormation helper scripts fail on Ubuntu 24.04 #2025

frh-td opened this issue Apr 26, 2024 · 0 comments

Comments

@frh-td
Copy link

frh-td commented Apr 26, 2024

Name of the resource

Other

Resource Name

No response

Issue Description

Running CloudFormation helper scripts (version 2.0-29 installed from https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz) fails on Ubuntu 24.04.

The errors are related to use of the imp module, which was removed in Python 3.12. If I fix those, there are also errors related to from .packages.six.moves imports.

Expected Behavior

cfn-init and the other helper scripts should run without errors.

Observed Behavior

When run, the scripts produce Python errors.

Test Cases

  • Install CloudFormation helper scripts on Ubuntu 24.04 (or any system running Python 3.12)
  • Run cfn-init

Other Details

No response

@frh-td frh-td added the bug label Apr 26, 2024
@cfn-github-issues-bot cfn-github-issues-bot added this to Researching in coverage-roadmap Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
coverage-roadmap
  
Researching
Development

No branches or pull requests

1 participant