I opened a bug report when I tried to pip install lxml with Python Arm64 (3.11.x or 3.12.x) on Windows 11 Pro Arm64 24H2
The response that I got was the winlibs does not support ARM64 compilation yet or something?
It looks like the lxml module I am trying to compile on ARM64 builds the libxml2 binaries below:
https://github.com/lxml/libxml2-win-binaries
Is it possible to get winlibs updated so that modules such as lxml can be compiled with Windows ARM64?
I opened a bug report when I tried to pip install lxml with Python Arm64 (3.11.x or 3.12.x) on Windows 11 Pro Arm64 24H2 The response that I got was the winlibs does not support ARM64 compilation yet or something? It looks like the lxml module I am trying to compile on ARM64 builds the libxml2 binaries below: https://github.com/lxml/libxml2-win-binaries
Is it possible to get winlibs updated so that modules such as lxml can be compiled with Windows ARM64?