Python Forum

Full Version: PyQt5 undefined symbol problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a robotic car in which I use PyQt5 module. the error is

Importerror: /PyQt5/QtCore.so: undefined symbol : PySlice_adjustableIndices

Does anyone knows why such error is there? I searched online but not much related issues are there.
hard to say without seeing code.
Nobody can test this code without the other files.