Missing support for windows arm64?
Problem description
Hello! I've been trying to install the pick package to build a program I've been developing using Github actions however when building on windows 11 arm64 it makes the installation step fail due to some dependency issues, specifically about not finding a suitable version of the library to download.
Partial traceback
OS: Windows 11 arm64
Python: v3.12.10
Pick: v2.6.0
ERROR: Ignored the following versions that require a different python version: 4.10 Requires-Python >=3.6,<3.11; 4.6 Requires-Python >=3.6,<3.11; 4.7 Requires-Python >=3.6,<3.11; 4.8 Requires-Python >=3.6,<3.11; 4.9 Requires-Python >=3.6,<3.11; 5.0 Requires-Python >=3.7,<3.11; 5.0.1 Requires-Python >=3.7,<3.11; 5.1 Requires-Python >=3.7,<3.11; 5.10.0 Requires-Python >=3.7,<3.12; 5.10.1 Requires-Python >=3.7,<3.12; 5.11.0 Requires-Python >=3.7,<3.12; 5.12.0 Requires-Python >=3.7,<3.12; 5.2 Requires-Python >=3.7,<3.11; 5.3 Requires-Python >=3.7,<3.11; 5.4 Requires-Python >=3.7,<3.11; 5.4.1 Requires-Python >=3.7,<3.11; 5.5 Requires-Python >=3.7,<3.12; 5.6 Requires-Python >=3.7,<3.12; 5.6.1 Requires-Python >=3.7,<3.12; 5.6.2 Requires-Python >=3.7,<3.12; 5.7.0 Requires-Python >=3.7,<3.12; 5.8.0 Requires-Python >=3.7,<3.12; 5.9.0 Requires-Python >=3.7,<3.12
ERROR: Could not find a version that satisfies the requirement windows-curses>=2.2.0; platform_system == "Windows" (from pick) (from versions: none)
ERROR: No matching distribution found for windows-curses>=2.2.0; platform_system == "Windows"
Full traceback
The full run of the github action is public for you to view here -> https://github.com/Jodenee/Cadmium/actions/runs/28337735333/job/83946748934
If anymore information is needed from my end please let me know and I'll get back to you as soon as I can 👍
Missing support for windows arm64?
Problem description
Hello! I've been trying to install the
pickpackage to build a program I've been developing using Github actions however when building on windows 11 arm64 it makes the installation step fail due to some dependency issues, specifically about not finding a suitable version of the library to download.Partial traceback
OS: Windows 11 arm64
Python: v3.12.10
Pick: v2.6.0
Full traceback
The full run of the github action is public for you to view here -> https://github.com/Jodenee/Cadmium/actions/runs/28337735333/job/83946748934
If anymore information is needed from my end please let me know and I'll get back to you as soon as I can 👍