<div dir="ltr">I think I've stumbled upon a packaging bug. Installing PyQt5 via the manylinux wheel on PyPI results in the following:<br><br>$ cat env/bin/pyuic5<br>#!/bin/sh<br>exec /home/phil/usr/bin/python3 -m PyQt5.uic.pyuic ${1+"$@"}<br><br>Hint: my name isn't Phil :)<br><br>- Kenny<br></div>