autorope / donkeycar

Open source hardware and software platform to build a small scale self driving car.
http://www.donkeycar.com
MIT License
3.05k stars 1.28k forks source link

Upgrade to python 3.11 and TensorFlow 2.15.X #1170

Closed DocGarbanzo closed 3 months ago

DocGarbanzo commented 3 months ago

Upgrade Python and TensorFlow

After upgrading of the default Raspberry Pi OS version to bookworm which is using Python 3.11 as system python version we need to lock into that upgrade for Donkey Car. The changes here consist of:

The python upgrade is improving performance by a measurable amount because 3.11 has a much faster Cpython implementation than 3.9.