import plistlib File "plistlib.py", line 61, in <module> File "xml\parsers\expat.py", line 4, in <module> ModuleNotFoundError: No module named 'pyexpat' Related issue:Azure/azure-cli#24781,pypa/pip#11670 Your environment CPython versions tested on:3.10.9 win32 embedded Operating system ...
I briefly checked the Linux package, and it appears that none of the native libraries there refer to Python symbols. It looks like MXNet uses ctypes for interop with native code, so not having an ABI makes sense. OK. Why does it need a "manylinux" tag in that case, if it's using ...