Error while installing python wrapper
hello all,
I am working on project where I am using intel realsense D415. I want to install python wrapper but unable to do it.
I have followed instructions given on link:
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python#building-from-source
I have tried for python and python3 separately but getting same error window attached bellow.

Can anyone help me to come out of it ?
@RealSense Customer Support
Thanks in advance.
-
Hi Sagar It is unusual that you received the error OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) on an Nvidia Jetson, as it usually only occurs on Apple Mac installations. The link below discusses how a path for OPENSSL_DIR can be set by adding -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl to the CMake build instruction.
https://github.com/IntelRealSense/librealsense/pull/8995
Having said that, an instruction guide in the link below for building the librealsense SDK and the Python wrapper from source code together at the same time on Jetson boards instead of installing the Python wrapper separately may be helpful to you.
https://github.com/IntelRealSense/librealsense/issues/6964#issuecomment-707501049
Please sign in to leave a comment.
Comments
1 comment