Getting Started

Much of the following instructions are derived from:

https://docs.donkeycar.com

However this resource is not up to date with the latest version of Python (3.6 as of writing this.) This results in an incompatible version of Tensorflow and will also require a manual install of numpy.

For the Tensorflow error simply change it to version 14, or do not enter a specific version at all as it will auto install the newest compatible version for your python.

For the Numpy error run:

pip install numpy==1.16.2