<div dir="ltr">Hi. when I run the command "sudo -H pip3 install --upgrade PyQt6 == 6.0.1" (I have previously updated PyQt6-sip). and I try to import QtCore in the console, it returns the following error:<br>>>> from PyQt6 import QtCore<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>ImportError: libQt6Core.so.6: cannot open shared object file: No such file or directory. <br>With PyQt6 6.0.0 it works fine. regards.<br><br><br></div>