mesosphere-backup / aws-cfn-bootstrap

Track the progress of DCOS launches on AWS
12 stars 3 forks source link

cfn-hup 2.0->=17 fails on stock Debian/Bullseye AMI #3

Open jfree-fs opened 1 year ago

jfree-fs commented 1 year ago

Tried installing (from [1]) a few versions of cfn-bootstrap on the current Debian/Bullseye community AMI. Each attempt was on a fresh/pristine instance launched from the AMI.

With versions 2.0-17 and 2.0-18, python3 setup.py build install completed with warnings:

/usr/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'excluded'
  warnings.warn(msg)
/usr/lib/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)

, while cfn-hup -v then failed with a non-zero exit code and :

/usr/local/lib/python3.9/dist-packages/cfnbootstrap/packages/requests/__init__.py:109: RequestsDependencyWarning: urllib3 (1.26.3) or chardet (2.3.0)/charset_normalizer (None) doesn't match a supported version!
  warnings.warn(

2.0-15 and 2.0-16 's cfn-hup ran without on-screen complaints.

[1] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/releasehistory-aws-cfn-bootstrap.html

garv123 commented 1 year ago

Although this is not the right place to file an issue. We have fixed this issue. The tarball can be downloaded from here https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-py3-latest.tar.gz

bplessis-swi commented 11 months ago

Hi @garv123 (and sorry @jfree-fs to hijack your issue)

If this is not the right place to file issues maybe you should disable the possibility to do so ?

Also maybe you should add the correct path to file issue in a README or similar location ?