Skip to content

unable to install on linux with arm platform #76

@asiunov

Description

@asiunov
$ pip3 install sparse-dot-topn==0.3.3
...
ERROR: Could not find a version that satisfies the requirement sparse-dot-topn==0.3.3 (from versions: 0.2, 0.2.1, 0.2.2, 0.2.4, 0.2.5, 0.2.6, 0.2.7, 0.2.8, 0.2.9, 0.3.0, 0.3.1)
ERROR: No matching distribution found for sparse-dot-topn==0.3.3

If I understand correctly, this is because starting 0.3.2 the source package is not delivered to pypi repository and there is no binary for this OS and architecture combination.

$ python3
>>> import sysconfig; sysconfig.get_platform()
'linux-aarch64'
>>> from pip._vendor.packaging.tags import platform_tags; list(platform_tags())
['manylinux_2_31_aarch64', 'manylinux_2_30_aarch64', 'manylinux_2_29_aarch64', 'manylinux_2_28_aarch64', 'manylinux_2_27_aarch64', 'manylinux_2_26_aarch64', 'manylinux_2_25_aarch64', 'manylinux_2_24_aarch64', 'manylinux_2_23_aarch64', 'manylinux_2_22_aarch64', 'manylinux_2_21_aarch64', 'manylinux_2_20_aarch64', 'manylinux_2_19_aarch64', 'manylinux_2_18_aarch64', 'manylinux_2_17_aarch64', 'manylinux2014_aarch64', 'linux_aarch64']

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