pyqt5 icon indicating copy to clipboard operation
pyqt5 copied to clipboard

Add support to release linux aarch64 wheels

Open odidev opened this issue 4 years ago • 2 comments
trafficstars

Problem

On AArch64, ‘pip install PyQt5’ gives error as no wheels are available for arm64. Also no ‘setup.py’ file is available to install/build it through source code.

Resolution

On aarch64, ‘pip install PyQt5’ should download the wheels from pypi. @baoboa, Please let me know your interest in releasing aarch64 wheels. Could you also provide the steps for building wheels for PyQt5 so that I can try to build the wheels for AArch64. I can help you in building/uploading AArch64 wheels on PyPi.

odidev avatar May 07 '21 12:05 odidev

@baoboa, can you please let me know your interest here?

odidev avatar May 25 '21 07:05 odidev

Note that @baoboa (and this repository) is not affiliated with PyQt in any way. If you want an official answer from the PyQt author (Phil Thompson / Riverbank Computing), you'll need to post to the mailinglist.

The-Compiler avatar May 25 '21 09:05 The-Compiler