[opencv4] Python bindings installed into wrong dir
CI tells me:
-- Adjusted RPATH of '/mnt/vcpkg-ci/p/opencv4_x64-linux/debug/lib/python3.10/site-packages/cv2/python-3.10/cv2d.cpython-310-x86_64-linux-gnu.so' (From '' -> To '$ORIGIN:$ORIGIN/../../../..')
-- Adjusted RPATH of '/mnt/vcpkg-ci/p/opencv4_x64-linux/lib/python3.10/site-packages/cv2/python-3.10/cv2.cpython-310-x86_64-linux-gnu.so' (From '' -> To '$ORIGIN:$ORIGIN/../../../..')
-- Performing post-build validation
Stored binaries in 1 destinations in 3.3 min.
lib/python3.10/site-packages is the wrong directory. Should be lib/python3.11/site-packages
@vicroms @BillyONeal Please take a look at this issue.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
still relevant
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
-- Adjusted RPATH of '/mnt/vcpkg-ci/p/opencv4_x64-linux/lib/python3.10/site-packages/cv2/python-3.10/cv2.cpython-310-x86_64-linux-gnu.so' (From '' -> To '$ORIGIN:$ORIGIN/../../../..')
lib/python3.10/site-packagesis the wrong directory. Should belib/python3.11/site-packages
I have lib/python3.12/site-packages now.
But actually I have lib/python3.12/site-packages/cv2/python-3.10/.... Is 3.10 right here?