Unable to compile QGIS 3.2 on xenial; Python3 errors in PyQt5 (undefined symbol: PySlice_AdjustIndices)

左心房为你撑大大i 提交于 2019-12-07 13:36:29

For the second error, the solution I found, it is changing python version from 3.5 to 3.6, The mention in this documentation PyQt should work with python3.5 but it still gives me the error ImportError: /usr/local/lib/python3.5/dist-packages/PyQt5/QtCore.so: undefined symbol: PySlice_AdjustIndices. So, try to run the code with python3.6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!