-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
When trying to run python3 Main.py, i get the following console error messages, the last of which is relevant:
Connected to pydev debugger (build 243.26053.29)
/home/roland/dev/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Client/Main.py:23: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead
class ProgBar(QObject):
/home/roland/dev/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Client/Main.py:30: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead
class SigStr(QObject):
/home/roland/dev/Freenove_4WD_Smart_Car_Kit_for_Raspberry_Pi/Code/Client/Main.py:37: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead
class mywindow(QMainWindow, Ui_Client):
Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)
I've placed breakpoints, and the code never fully initializes to run the first command. Any help would be appreciated.
I'm running the latest Ubuntu LTS 24.04, with python 3.12 in a virtual environment.
Metadata
Metadata
Assignees
Labels
No labels