Skip to content

Error building wheel #45

@AlwxSin

Description

@AlwxSin

Trying to make a multi-stage build with python:3.7.2-alpine docker image. First I make a wheel for devtools with pip wheel devtools --wheel-dir=wheels/. Then, in the next stage, install wheel pip install wheels/*. But I got an error that devtools-0.5-py35,py36-none-any.whl is not a supported wheel on this platform.

The problem is in this piece - py35,py36. There should be a period, not a comma.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions