winlibs / libxml2

The XML C parser and toolkit of Gnome
Other
18 stars 24 forks source link

libxml2 python module compilation issue in ARM64 windows #6

Open BigDally opened 1 month ago

BigDally commented 1 month ago

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?

cmb69 commented 1 month ago

This issue may be resolved by https://github.com/winlibs/libiconv/pull/11 just having been merged.