<div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Python support will be disabled.<br></blockquote><div>I assume that these errors came from QGIS3-Dialog: correct?</div><div>That would mean that QGIS3 has found all of the libQt5* it needs</div><div>- and thus all paths are correct</div><div>The used python3 calls</div><div>- <span style="font-size:12.8px">/usr/local/lib/python3.5/dist-</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">packages/PyQt5/QtCore.so</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">so the pythonpath should also be correctly set.</span></div><div><br></div><div>So the question is why python3 cannot find them.</div><div><br></div><div>What does</div><div><br></div><div>ldd /usr/local/lib/python3.5/dist-packages/PyQt5/QtCore.so | grep libQt5</div><div><br></div><div>return?</div><div><br></div><div>The result should look similer to the result shown here:</div><div><a href="https://github.com/qgis/QGIS-Documentation/wiki/QGIS3-lddtree-sh#pyqt5_fails">https://github.com/qgis/QGIS-Documentation/wiki/QGIS3-lddtree-sh#pyqt5_fails</a><br></div><div><br></div><div>and there should be no 'not found' messages.</div><div><br></div><div>Printing out the PATH, LD_LIBRARY_PATH, PYTHONPATH,  and PYTHONHOME, might also be helpful.</div><div><br></div><div>echo $PATH;</div><div>echo $LD_LIBRARY_PATH;</div><div>echo $PYTHONPATH;</div><div>echo $PYTHONHOME;</div><div><br></div><div>Mark</div><div><br></div><div><br></div></div>