Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thinh2k1310 opened this issue May 8, 2021 · 1 comment

Comments

@thinh2k1310
Copy link

Error occur when i try to run Object_detection_picamera.py

@IamYVJ
Copy link

IamYVJ commented Oct 3, 2021

A different version of numpy is installed on your system.

Fix it by running:

pip3 install --upgrade numpy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants