hatch icon indicating copy to clipboard operation
hatch copied to clipboard

Hatch doesn't install on ARM64 Windows

Open zsol opened this issue 1 year ago • 1 comments

Looks like this is due to a dependency on cffi which doesn't build, and not directly a problem in Hatch, but thought I'd raise an issue for awareness.

To repro on a Windows system running on ARM, simply run pip install hatch.

The error message looks like this from pip.

> Get-ComputerInfo -property @("osversion","osarchitecture")

OsVersion  OsArchitecture
---------  --------------
10.0.26100 ARM 64-bit Processor

zsol avatar Aug 07 '24 07:08 zsol

Tracking: https://github.com/python-cffi/cffi/issues/109

ofek avatar Aug 21 '24 18:08 ofek