vcpkg icon indicating copy to clipboard operation
vcpkg copied to clipboard

[opencv4] Python bindings installed into wrong dir

Open Neumann-A opened this issue 1 year ago • 6 comments

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

Neumann-A avatar Mar 05 '24 10:03 Neumann-A

@vicroms @BillyONeal Please take a look at this issue.

MonicaLiu0311 avatar Mar 06 '24 06:03 MonicaLiu0311

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.

github-actions[bot] avatar Sep 03 '24 01:09 github-actions[bot]

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.

github-actions[bot] avatar Mar 18 '25 02:03 github-actions[bot]

still relevant

Neumann-A avatar Mar 18 '25 10:03 Neumann-A

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.

github-actions[bot] avatar Oct 31 '25 02:10 github-actions[bot]

-- 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-packages is the wrong directory. Should be lib/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?

dg0yt avatar Dec 06 '25 11:12 dg0yt