adeept / adeept_HAT

1 stars 0 forks source link

What OS is needed for this to run on a raspberry pi 4 #1

Closed LaserGrunt closed 10 months ago

LaserGrunt commented 10 months ago

I assume that since this was just updated it should be working but with what OS. When following the instruction on the website to use the legacy OS is still has many errors relating to python /pip .

LaserGrunt commented 10 months ago

For those that are trying to work with this I ended up using DonkeyCar software instead of Adeept. I have tried both a 3B+ and a 4 and many different variations of install. Seems to me that this is an issue the I believe is line 40-42 of setup.py referencing old python/pip libraries where as the rest of the script seems to reference up to date libraries. I am not even close to being a mast of Python so I am probably wrong.

LaserGrunt commented 10 months ago

I found the issue. This directory is missing the "server" file so it does not have the script required to spin up the web server. At least not according to the provided instructions. So if you are having issue using this file go use any other build that contains a server folder.