bitsy-ai / rpi-object-tracking

Object tracking tutorial using TensorFlow / TensorFlow Lite, Raspberry Pi, Pi Camera, and a Pimoroni Pan-Tilt Hat.
https://medium.com/@grepLeigh/real-time-object-tracking-with-tensorflow-raspberry-pi-and-pan-tilt-hat-2aeaef47e134
MIT License
178 stars 70 forks source link

Setuptools needed upgrade to complete TensorFlow 2.0 installation #24

Closed TCIII closed 4 years ago

TCIII commented 4 years ago

Description

During the installation of TensorFlow 2.0 from a community-built wheel I received the following error at the end of the build: "ERROR: tensorboard 2.0.2 has requirement setuptools >=41.0.0, but you'll have setuptools 40.8.0 which is incompatible."

What I Did

Upgraded setuptools:

"sudo pip3 install setuptools --upgrade"

Reinstalled TensorFlow 2.0 after setuptools upgrade and build completed without error.

Regards, TCIII