its-pointless / gcc_termux

Gcc for termux with fortran scipy etc... Use apt for newest updates instructions in README.txt
463 stars 75 forks source link

opencv not properly installed on python 3.10 #132

Open Blocked opened 3 years ago

Blocked commented 3 years ago
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/

chenyulue commented 2 years ago

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