jetsonhacks / buildOpenCVTX2

Build and install OpenCV for the NVIDIA Jetson TX2
MIT License
276 stars 153 forks source link

Installing OpenCV version 3.4.2 and above raise a python checking error #29

Open OronG13 opened 5 years ago

OronG13 commented 5 years ago

In case I'm trying to install OpenCV version 3.4.2 or 3.4.4 for example the Python checking which performed as the last step of the installation process is failed due to unresolved symbol "...dnn..." despite the fact that the cv2.so file was generated and the import cv2 command identify it.

Please advise.