sunfounder / SunFounder_PiCar-V

Smart Video Car Kit V2.0 for Raspberry Pi from SunFounder
GNU General Public License v2.0
112 stars 175 forks source link

Traceback (most recent call last): #9

Open EmersonShatouhy1 opened 6 years ago

EmersonShatouhy1 commented 6 years ago

When I try to run python client.py I get this: Traceback (most recent call last): File "client.py", line 15, in from PyQt5 import QtCore, uic, QtWidgets ImportError: No module named 'PyQt5'

CJL810 commented 6 years ago

@SuperSheep123 did you make sure you have PyQt5 installed?

EmersonShatouhy1 commented 6 years ago

What’s the command for that?

CJL810 commented 6 years ago

@SuperSheep123 pip3 install pyqt5