python - OpenCV install directory only has one .so file? -
i installed opencv in docker container can upload linux binaries support git project isn't mine. need run python 3.6 , opencv 3.x, seems working fine. however, directory containing cv2
folder has 1 .so file: cv2.cpython-36m-x86_64-linux-gnu.so
. project i'm trying contribute has build opencv py2.7, , folder has dozens of .so files many relevant opencv packages, feel wrong. can help?
and here's link project trying add support to. https://github.com/miserlou/lambda-packages/tree/master/lambda_packages/opencv assuming don't want unpack tar, here's how inside looks python 2.7 package
there nothing wrong long can import in python , utilize it's functionality. i'm using ros kinetic research, comes built in release of opencv. has 1 cv2.so file , it's working fine.
wiki
Comments
Post a Comment