Skip to content

HW2 - Package 'python-dev' has no installation candidate #20

Description

@sotoodaa-ucb

HW2 Dockerfile results in execution error upon building the image docker build -t test . with error message:

Package 'python-dev' has no installation candidate

Issue is resolved when modifying python-dev to python-dev-is-python3 in the RUN step.

RUN apt-get update \
  && apt-get install -y --no-install-recommends \
    build-essential \
    curl \
    git \
    python3-pip \
    python-setuptools \
    python-dev-is-python3 \

This issue and resolution is also identified in the Google Doc.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions