greengrass support script need update

0

I am following this doc https://docs.aws.amazon.com/it_it/greengrass/v1/developerguide/quick-start.html now python3.7 is not supported I want to update so I am facing an issue so I need a solution this is not working

wget -q -O ./gg-device-setup-latest.sh https://d1onfpft10uf5o.cloudfront.net/greengrass-device-setup/downloads/gg-device-setup-latest.sh && chmod +x ./gg-device-setup-latest.sh && sudo -E ./gg-device-setup-latest.sh bootstrap-greengrass

############### Greengrass Device Setup v1.0.4 ############### [GreengrassDeviceSetup] The Greengrass Device Setup bootstrap log is available at: /tmp/greengrass-device-setup-bootstrap-1721642809.log [GreengrassDeviceSetup] Using package management tool: apt-get... [GreengrassDeviceSetup] Using runtime: python3.7... [GreengrassDeviceSetup] Installing a dedicated pip for Greengrass Device Setup... [GreengrassDeviceSetup] Not able to install required dependencies - python3-distutils for pip installation.

profile picture
asked 3 months ago125 views
1 Answer
1

Hi Noor khokhar,

you are trying to use Greengrass Version 1 which is no longer maintained. Use Greengrass Version 2. What is the reason to use Version 1?

The page you are referring to has also a related note:

"AWS IoT Greengrass Version 1 entered the extended life phase on June 30, 2023. For more information, see the AWS IoT Greengrass V1 maintenance policy. After this date, AWS IoT Greengrass V1 won't release updates that provide features, enhancements, bug fixes, or security patches. Devices that run on AWS IoT Greengrass V1 won't be disrupted and will continue to operate and to connect to the cloud. We strongly recommend that you migrate to AWS IoT Greengrass Version 2, which adds significant new features and support for additional platforms."

Cheers,
Philipp

AWS
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions