Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

package name

wheel file

comment

numpy

View file
namenumpy-1.21.1+9.gfe1121dae-cp310-cp310-win_arm64.whl

With LAPACK support

View file
namenumpy-1.22.0.dev0+510.g333b948e7-cp310-cp310-win_arm64.whl

Created by venv_win-arm64 above.
Source branch: origin/maintenance/1.21.x
Commit cherry-picked: fe1121daef82fd6927b8c76dea52204e66be840c

LAPACK support requires DLLs, otherwise it will give import error

Code Block
ImportError: DLL load failed while importing lapack_lite: The specified module could not be found.

cffi

scipy

View file
namescipy-1.8.0.dev0+1540.3ecd363-cp310-cp310-win_arm64.whl

Flang DLLs would be required for execution. Download classic flang and copy the DLL from bin directory to a path which is used by python to find DLL. (e.g: C:\Windows\System32\ )

setuptools

View file
namesetuptools-57.4.0.post20210908-py3-none-any.whl

setuptools contains the fixes required for arm64 windows launchers

pip

View file
namepip-21.3.dev0-py3-none-any.whl

pip with updated distlib containing arm64 windows launchers

google-crc

View file
namegoogle_crc32c-1.1.5-cp310-cp310-win_arm64.whl

Wheel has been created from following commits

python-crc32c: tag v1.1.5

google/crc32 (external dependency): b9d6e825a

pip install of google-crc works out of the box on woa but it uses slow python implementation. This wheel is created with external c module from google/crc32 which uses optimised platform specific native code.

lxml

View file
namelxml-4.6.3-cp310-cp310-win_arm64.whl

greenlet

View file
namegreenlet-1.2.0.dev0-cp310-cp310-win_arm64.whl

crytography

View file
namecryptography-36.0.0.dev1-cp310-cp310-win_arm64.whl

pyarrow

View file
namepyarrow-6.0.0.dev427+g1a7a4f463.d20211011-cp39-cp39-win_arm64.whl

Pillow

Minimal required external lib supports: libjpeg, zlib

View file
namePillow_min-9.0.0.dev0-cp310-cp310-win_arm64.whl

All external lib support

View file
namePillow-9.0.0.dev0-cp310-cp310-win_arm64.whl

CMake Python distribution

View file
namecmake-3.22.0-cp310-cp310-win_arm64.whl

requires OpenSSL (see below)

  • unzip and copy OpenSSL directory to any path

  • add <OpenSSL>\bin directory to path

SciKit build

View file
namescikit_build-0.12.0+10.gb0fd2d3.dirty-py2.py3-none-any.whl

Ninja Python distribution

View file
nameninja-1.10.2.2.post3+g55175b3-cp310-cp310-win_arm64.whl

If skbuild is installed from above, this package doesn’t include anything special for win-arm64, so it can be installed from pypi as well by:
pip install --no-build-isolation --no-cache-dir ninja

Pytorch

View file
nametorch-1.11.0a0+gitd622947-cp310-cp310-win_arm64.whl

pytorch + cpuinfo:

View file
nametorch-1.12.0a0+git0aa3c39-cp310-cp310-win_arm64.whl

Package is built with ‘developer’ option.

Pywin32

View file
namepywin32-301.1-cp310-cp310-win_arm64.whl

matplotlib

View file
namematplotlib-3.5.0.dev2567+gaacc86724f.d20211118-cp310-cp310-win_arm64.whl

psycopg2

View file
namepsycopg2-2.9.3-cp310-cp310-win_arm64.whl

mysqlclient

View file
namemysqlclient-2.1.0-cp310-cp310-win_arm64.whl

(under testing)

3rd party

name

file

comment

Ninja

View file
nameninja.exe

OpenSSL

View file
nameOpenSSL.zip

CMake (3.22)

View file
namecmake_3.22_win-arm64.zip

Known issues:

  • Can’t find any Visual Studio instances.

  • CMake

CMake with flang (3.23)

View file
namecmake-install-flang-woa3.23.20220204-g32afcf7.zip

Known issues:

Bazel

https://storage.googleapis.com/bazel-builds/artifacts/windows_arm64/b6024258c5b9b396b022bad6e7e3d64423048289/bazel

...