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

Running picamera.py #74

Open
david2025-byte opened this issue Feb 17, 2020 · 2 comments
Open

Running picamera.py #74

david2025-byte opened this issue Feb 17, 2020 · 2 comments

Comments

@david2025-byte
Copy link

Traceback (most recent call last): File "Object_detection_picamera.py", line 23, in import cv2 ModuleNotFoundError: No module named 'cv2'
aaa

@kevin5k
Copy link

kevin5k commented Apr 11, 2020

Error message tells you that your code is referencing an absent cv2 library. Perform pip installation of opencv-python package and error should resolve.

@g2721
Copy link

g2721 commented Apr 13, 2020

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

3 participants