how can i wrap the cv.so to a pip package
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!
import cv2
notimport cv
answer might be somewhere here