You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
update apt-get... Done
install pip... Done
install sysstat... Done
install i2c-tools... Done
Setup interfaces
turn on I2C... Done
Add I2C module... Done
Traceback (most recent call last):
File "/home/empi/pi/picar-4wd/setup.py", line 188, in
install()
File "/home/empi/pi/picar-4wd/setup.py", line 174, in install
if ".picar-4wd" not in listdir("/home/pi"):
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi'
The text was updated successfully, but these errors were encountered:
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
Setup interfaces
Traceback (most recent call last):
File "/home/empi/pi/picar-4wd/setup.py", line 188, in
install()
File "/home/empi/pi/picar-4wd/setup.py", line 174, in install
if ".picar-4wd" not in listdir("/home/pi"):
FileNotFoundError: [Errno 2] No such file or directory: '/home/pi'
The text was updated successfully, but these errors were encountered: