autorope / donkeycar

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

Mismatching versions? #767

Closed kl2301 closed 3 years ago

kl2301 commented 3 years ago

I'm using the donkeycar docs at docs.donkeycar.com and I am trying to run the command python manage.py drive --model ~/mycar/models/mypilot.h5 However, I am running into the following error. image image

I'm not sure where this is going wrong, but something I have noticed is that whenever I am ssh'd into my pi, the software says it is using the donkey version 3.1.5. When I am using my Host PC terminal, the software says it is using donkey version 4.1.0. Could this be related? How would I get them to be the same version?

tikurahul commented 3 years ago

You are most definitively using the wrong version of Tensorflow.

DocGarbanzo commented 3 years ago

Please pull from git and you should be on the latest on both platforms.