TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

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

Open thinh2k1310 opened this issue 4 years ago • 1 comments
trafficstars

Error occur when i try to run Object_detection_picamera.py

thinh2k1310 avatar May 08 '21 09:05 thinh2k1310

A different version of numpy is installed on your system.

Fix it by running:

pip3 install --upgrade numpy

IamYVJ avatar Oct 03 '21 00:10 IamYVJ