Skip to content

Instantly share code, notes, and snippets.

@wilkersoncs
Created August 4, 2023 16:38
Show Gist options
  • Save wilkersoncs/54be321bcc89ac6c9ca3954f5c3e23d9 to your computer and use it in GitHub Desktop.
Save wilkersoncs/54be321bcc89ac6c9ca3954f5c3e23d9 to your computer and use it in GitHub Desktop.
Donkeycar modification 8/2023
I could not complete the donkey pip install without doing the following:
pip uninstall scipy
pip uninstall tensorboard
pip uninstall tensorflow-estimator
pip install tensorflow-estimator==2.2.0
pip install scipy==1.4.1
pip install tensorboard==2.2.0
pip install -e .[pc]
The URL is http://docs.donkeycar.com/guide/host_pc/setup_ubuntu/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment