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

setup.py not working #99

Open wolfman456 opened 1 year ago

wolfman456 commented 1 year ago

Receiving the below error when trying to run the seup.py script. I am using a rasberrypi 3 b+. with python 3.9.

Install dependency

Contributinglearner commented 11 months ago

Looks like it is an issue with the path. Instead of

if ".picar-4wd" not in listdir("/home/pi"):

try,

if ".picar-4wd" not in listdir("/home/empi/pi"):