-
Notifications
You must be signed in to change notification settings - Fork 213
Description
py -3.14 -m pip install cmsisdsp==1.10.2on 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 cmsisdspit 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.