Skip to content

Wheel is not included in Python 3 #141

Description

@r-darwish

The wheel package is included in Python 2 but is not in Python 3:

docker run --rm python:2 bash -c "pip list | grep wheel"
wheel (0.29.0)

docker run --rm python bash -c "pip list | grep wheel"

This results in pip not building wheels in Python 3, while it does build them in Python 2.

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