<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">We are working with PyQt5 on Raspberry Pi and eventually build and install from source since the APT only deliver older versions of Qt5 and PyQt5.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Therefore, we have compiled and installed our own Python3.6 and PyQt5.8. Qt5 is still installed through apt-get.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">PyQt5.QtQuick and various of the qml modules can be imported with no problem with the older version installed through apt-get.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">However, it seems like these modules are missing in the new version (PyQt5.8) which I have compiled and installed with.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Our team is trying to be consistent with all development environment running under the same version to avoid future errors. So far we haven't encountered issues yet with codes running on both PyQt5.8 (Our own machines) and PyQt5.3(RPi). There were some performance issues but we think it's the limitation of RPi's hardware.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Is there a way to resolve this issue? I did not find anywhere to include the QtQuick module into the build source.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks for any feedback.</div>
</div>