how can i wrap the cv.so to a pip package

asked 2020-03-12 08:23:07 -0600

updated 2020-03-16 03:56:24 -0600

berak gravatar image

currently i am working on building opencv (3.4.1) from source in a aarch64 machine, now i can correctly import cv

but pip list can't find the opencv-python, this lead to pip install mmcv failed due to opencv-python not found

does anyone knows how to make a opencv-python from buiding opencv source ?

many thanks!

edit retag flag offensive close merge delete

Comments

import cv2 not import cv

supra56 gravatar imagesupra56 ( 2020-03-13 03:56:20 -0600 )edit

answer might be somewhere here

berak gravatar imageberak ( 2020-03-13 05:42:09 -0600 )edit