EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi

RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd

thinh2k1310 opened this issue · 1 comments

Error occur when i try to run Object_detection_picamera.py

A different version of numpy is installed on your system.

Fix it by running:

pip3 install --upgrade numpy