<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt'>
<p>Wheels were only published ever for Python 3 as I recall.  And source distributions were only available on PyPI since 5.14 I think.  You can get development snapshots on the Riverbanks site, but that's only latest and only development.</p>
<p><a href="https://riverbankcomputing.com/software/pyqt/download5">https://riverbankcomputing.com/software/pyqt/download5</a></p>
<p>But...  you can get old stuff from sourceforge it seems.</p>
<p><a href="https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/">https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-5.5.1/</a></p>
<p>So basically, you can do something but you are asking for trouble when you have old compiled libraries that you can't rebuild... :|  (referring to your own .so)</p>
<p>Best of luck.</p>
<p>Cheers,</p>
<p>-kyle</p>
<p><br /></p>
<p>On 2020-09-11 13:25, Michael Ascenzi wrote:</p>
<blockquote type="cite" style="padding: 0 0.4em; border-left: #1010ff 2px solid; margin: 0"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">I have a relatively significant problem, I'm hoping for some help with. <br /><br />I understand that Python2 has been deprecated. However, I have a legacy application that uses PyQt5 and only builds with python2. 
<div> </div>
<div>Yes, the best outcome is to make appropriate changes to the software so that it will run with python3. However, that is a very difficult option, as part of the application imports a .so module, which is C++ code compiled and wrapped for use in a python application. This application was built with python2 libraries and will not import if the application is built with Python3. </div>
<div> </div>
<div>On one of the systems this application runs perfectly fine with python2, Nvidia TX2, its running PyQt5 version 5.5.1.   On the pip page the earliest version of python available is 5.6. But when I attempt to install it on the TX2, it throws an error message. <br /><br />
<div><img src="cid:15998474945f5bbc46ca805255534084@fstab.net" alt="image.png" width="542" height="167" /></div>
<div> </div>
<div>Does anyone have any information that could help me get PyQt5 up and running on a new TX2 board that will support building with Python2?</div>
<div> </div>
<div>Thank you all for your time and support. I do hope someone may have a resolution for my issue. </div>
<div> </div>
<div>Michael</div>
</div>
</div>
</blockquote>
</body></html>