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?

here's output in docker , inside of relevant folders

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 here's how inside looks python 2.7 packages

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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -