Skip to content

pip fails to install cmsisdsp with python 3.14 on windows #293

@matt-chv

Description

@matt-chv
py -3.14 -m pip install cmsisdsp==1.10.2

on windows 10 will fail with following message:

ERROR: Could not find a version that satisfies the requirement cmsisdsp==1.10.2 (from versions: 1.2.1, 1.3.0, 1.4.0, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5)
ERROR: No matching distribution found for cmsisdsp==1.10.2

(similar issues with python 3.13 as no-wheel available for windows for 1.10.2)

if trying

py -3.14 -m pip install cmsisdsp

it fails to build 1.9.5 (the last one with sdist) as 1.9.5 relies on older version of (from setup.py: numpy>=1.21, < 1.22) with numpy only supporting 3.8-3.10 as per release notes.

initial work around seems to be that taking the last windows wheel for 1.10.1 and cpython 3.13
cmsisdsp-1.10.1-cp313-cp313-win_amd64.whl

which works for the moment, but would be good to have a windows cpython314 wheel added to next pypi release upload.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions