I’m setting up the PiCar-V and have gotten to the Servo Configuration section: Configure the Servo to 90 degrees. After rebooting, I followed the instructions to run “picar servo-install” but it’s returning with a FileNotFoundError after several lines. I don’t know what file it’s missing or how to proceed, please help?
pi@raspberrypi4Bnew:~/SunFounder_PiCar-V $ picar servo-install
Traceback (most recent call last):
File "/usr/local/bin/picar", line 33, in <module>
sys.exit(load_entry_point('SunFounder-PiCar==1.0.1', 'console_scripts', 'picar')())
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/dist-packages/SunFounder_PiCar-1.0.1-py3.13.egg/picar/__init__.py", line 43, in main
setup()
~~~~~^^
File "/usr/local/lib/python3.13/dist-packages/SunFounder_PiCar-1.0.1-py3.13.egg/picar/__init__.py", line 80, in setup
pwm=PCA9685.PWM(bus_number=1)
File "/usr/local/lib/python3.13/dist-packages/SunFounder_PiCar-1.0.1-py3.13.egg/picar/SunFounder_PCA9685/PCA9685.py", line 47, in __init__
self.bus = smbus.SMBus(self.bus_number)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory