Created
August 4, 2023 16:38
-
-
Save wilkersoncs/54be321bcc89ac6c9ca3954f5c3e23d9 to your computer and use it in GitHub Desktop.
Donkeycar modification 8/2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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