TensorFlow-Object-Detection-on-the-Raspberry-Pi
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard
ImportError: numpy.core.multiarray failed to import
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
I am also searching for the same issue, If you have fixed the issue please guide me
I am also searching for the same issue, If you have fixed the issue please guide me too
Yep, me too.
Could some masterminds help us ?😭
I have solved this problem. Because there are some different editions of numpy in Pi. So uninstall other editions ,just keep one edition only.
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?