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

A tutorial showing how to set up TensorFlow's Object Detection API on the Raspberry Pi
Apache License 2.0
1.14k stars 364 forks source link

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

Open thinh2k1310 opened 3 years ago

thinh2k1310 commented 3 years ago

Error occur when i try to run Object_detection_picamera.py

IamYVJ commented 3 years ago

A different version of numpy is installed on your system.

Fix it by running:

pip3 install --upgrade numpy