NVIDIA-AI-IOT / jetracer

An autonomous AI racecar using NVIDIA Jetson Nano
MIT License
1.06k stars 319 forks source link

Issue compiling basic_motion.ipynb #46

Closed risingwisdom closed 4 years ago

risingwisdom commented 4 years ago

After following all the software setup, when I try to run the first line in basic_motion.ipynb, I get this error: issue1

issue

saying an integer was required but got a type bytearray.

Not sure what to do to fix it.

ChrisW0rk commented 4 years ago

https://github.com/NVIDIA-AI-IOT/jetracer/issues/42

I asked this a little while ago, and got some help. You just have to upgrade Adafruit-PureIO package from 1.0.4 to 0.2.3. This command in the terminal should do it:

sudo pip3 install Adafruit-PureIO --upgrade

risingwisdom commented 4 years ago

That made it work! Thanks.