Traceback (most recent call last): File "main.py", line 2, in import cv2 File "/opt/venv/lib/python3.8/site-packages/cv2/init.py", line 181, in bootstrap() File "/opt/venv/lib/python3.8/site-packages/cv2/init.py", line 153, in bootstrap native_module = importlib.import_module("cv2")
devapandiyan
TRIALOP

2 years ago

im using flask and opencv via stream camera for detect the face trace. but cv2 module not load and shown the error

View Deploy

1 Replies

2 years ago

Try using the headless version of open CV2.


Loading...