aws-samples/aws-modern-application-workshop

module 2b: returned a non-zero code: 100

ghkwabyna opened this issue · 3 comments

Sending build context to Docker daemon 14.85kB
Step 1/13 : FROM ubuntu:latest
---> 1d622ef86b13
Step 2/13 : RUN echo Updating existing packages, installing and upgrading python and pip.
---> Using cache
---> 90d4918b9ade
Step 3/13 : RUN apt-get update -y
---> Using cache
---> f4e1169a5f4e
Step 4/13 : RUN apt-get install -y python-pip python-dev build-essential
---> Running in 5a992c8b785d
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python-pip
The command '/bin/sh -c apt-get install -y python-pip python-dev build-essential' returned a non-zero code: 100

I think this might be related to python not mapping to python2, using python3-pip worked ok for me.

Hello
Is some way to resolve this issue?

Hello
Is some way to resolve this issue?

If you haven't fixed this issue, I believe this link (#192) solves this.