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

ImportError: numpy.core.multiarray failed to import

Open wozwas opened this issue 6 years ago • 6 comments

Followed guide and everything looks good, but when I run python3 Object_detection_picamera.py I get the following:

ImportError: numpy.core.multiarray failed to import Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 File "/home/pi/.local/lib/python3.5/site-packages/cv2/init.py", line 3, in from .cv2 import * ImportError: numpy.core.multiarray failed to import

wozwas avatar Dec 14 '18 16:12 wozwas

I am also searching for the same issue, If you have fixed the issue please guide me

akhzarna avatar May 17 '19 18:05 akhzarna

I am also searching for the same issue, If you have fixed the issue please guide me too

Rambo-7 avatar Jul 29 '19 05:07 Rambo-7

Yep, me too.

elektronika-ba avatar Jul 29 '19 06:07 elektronika-ba

Could some masterminds help us ?😭

Rambo-7 avatar Aug 02 '19 02:08 Rambo-7

I have solved this problem. Because there are some different editions of numpy in Pi. So uninstall other editions ,just keep one edition only.

Rambo-7 avatar Aug 04 '19 04:08 Rambo-7

I have solved this problem. Because there are some different editions of numpy in Pi. So uninstall other editions ,just keep one edition only.

can u help me to fix?

edgarscr avatar Nov 09 '19 22:11 edgarscr