hatch
hatch copied to clipboard
Hatch doesn't install on ARM64 Windows
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
Tracking: https://github.com/python-cffi/cffi/issues/109