gcc_termux icon indicating copy to clipboard operation
gcc_termux copied to clipboard

opencv not properly installed on python 3.10

Open Blocked opened this issue 2 years ago • 1 comments

import cv2

Error says no module cv2 present. All cv2 packages are at /lib/python3.9/site-packages/. No cv2 packages are present at /lib/python3.10/site-packages/

Blocked avatar Oct 15 '21 17:10 Blocked

Same as numpy and scipy, both of which are installed in python3.9.

chenyulue avatar Jan 11 '22 06:01 chenyulue