aws-samples/aws-modern-application-workshop

CodeBuild fails to execute a python command....

Opened this issue · 3 comments

Module 4, step 3-A.
CodeBuild failed to execute a python command:
Screen Shot 2020-11-15 at 1 05 59 PM
Please help take a look at this issue.
Thanks a lot!
John Nguyen
nguyen7744@yahoo.com

In Ubuntu 20.04 there is no python-pip package anymore, only python3-pip.
Also the command is called pip3 not only pip

This issue is actually fixed in #244, #235, #223, #218, #212, #208 and #206.

The docker file for module 3 and 4 were still not using pip3 and python3-pip the build I cloned about a week ago (approximately feb 6, 2021).

Also in Module 5, step 3 A - you're missing the command for adding the s3 bucket. It looks like you intended to have it there because the sentence ended with a ":".

Dockerfile on module 4 still did not updated to python3