Malcolm Smith
Malcolm Smith
Thanks, we've already looked into NSIS, but our impression is that it isn't really any easier to work with than WiX.
Sorry for the delay, I'll look at this as soon as I can.
I've built some unofficial Android wheels for psutil [here](https://chaquo.com/pypi-13.1/psutil/), based on the patches [here](https://github.com/chaquo/chaquopy/tree/master/server/pypi/packages/psutil), which treat Android as if it's Linux. However, I've never throroughly tested them beyond some basic...
> I previously removed a test for the network API because Android was blocking that information for privacy reasons However, this isn't the cause of the compiler error above. That's...
> We do have aarch64 testing base on github `ubuntu-22.04-arm` runners. Is there a way to leverage those to test android? Unfortunately I found that none of GitHub's ARM runners...
For the benefit of future searches: https://github.com/python-pillow/Pillow/issues/9079 referred to this as an "auditwheel analog".
It may eventually become necessary to include dynamic libraries in an iOS wheel, especially in packages where multiple Python modules link against the same library. Aside from the extra size...
@freakboy3742: FYI
Neither Android nor iOS have official wheels for NumPy yet, although [iOS is getting close](https://github.com/numpy/numpy/pull/28759). Unfortunately the `sys_platform` check won't work on either platform at the moment, because the `pip...
> Unfortunately the `sys_platform` check won't work on either platform at the moment This is fixed for Android by https://github.com/pypa/cibuildwheel/pull/2575. @freakboy3742 believes its actually OK on iOS.