sunfounder / SunFounder_PiCar-V

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

PICAR SERVO-INSTALL (no module named 'smbus') #33

Open MichaelGier opened 4 years ago

MichaelGier commented 4 years ago

i will install picar. error: ImportError: No module named 'smbus'

i have install the module, than RPi.GPIO, install, then error: ImportError: No module named 'commands'

i have reinstall raspian, last with date from the Introduction.

greets from germany, michael

Screenshot 2019-07-30 17 02 05

dart-bird commented 4 years ago

You can install smbus module by using pip3 install. pip3 install smbus

RulochJulius commented 4 years ago

Please confirm that you have enabled I2C on raspberry pi

axi0m commented 3 years ago

I had to verify that i2c was enabled via rasp-config on my pi. Hope that helps you!