1 | initial version |
I had the same issue and solved it as follows:
Check if your linker finds any 3rd party libraries which you have installed on your system (in my case it was "/usr/NX/lib" which came with its own gtk libraries): LD_DEBUG=files python -c "import cv2"
LD_LIBRARY_PATH
variable and remove the entries if existent-D CMAKE_IGNORE_PATH=/usr/NX/lib
)