Skip to content

Wheel support for linux aarch64 #7

Description

@odidev

Summary
Installing shapely on aarch64 via pip using command "pip3 install shapely" tries to build wheel from source code.

Problem description
shapely doesn't have wheel for aarch64 on PyPI repository. So, while installing shapely via pip on aarch64, pip builds wheel for same resulting in it takes more time to install shapely. Making wheel available for aarch64 will benefit aarch64 users by minimizing shapely installation time.

Expected Output
Pip should be able to download shapely wheel from PyPI repository rather than building it from source code.

@shapely-wheels-team, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make shapely wheel available for aarch64. It will be a great opportunity for me to work with you. Please Refer shapely/shapely#1015 (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