I am getting the following error message when trying to build the pluto_camera_ros_package
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:117 (find_package):
Could not find a package configuration file provided by "boost_python3"
(requested version 1.71.0) with any of the following names:
boost_python3Config.cmake
boost_python3-config.cmake
Add the installation prefix of "boost_python3" to CMAKE_PREFIX_PATH or set
"boost_python3_DIR" to a directory containing one of the above files. If
"boost_python3" provides a separate development package or SDK, be sure it
has been installed.
Hey Harshit, The error you encountered suggests that CMake is unable to find the Boost Python library (boost_python3) version 1.71.0 during the configuration phase.
Ensure that Boost Python library version 1.71.0 is installed on your system. You can check the installation by running apt list –installed | grep libboost-python.
The terminal will show something like this: libboost-python-dev/xenial,now 1.58.0.1ubuntu1 amd64 [installed,automatic]
libboost-python1.58-dev/xenial-updates,now 1.58.0+dfsg-5ubuntu3.1 amd64 [installed,automatic]
libboost-python1.58.0/xenial-updates,now 1.58.0+dfsg-5ubuntu3.1 amd64 [installed,automatic]
If Boost Python is not installed, you can install it using the package manager. For Ubuntu, you can run:
sudo apt install libboost-python-dev
Author
Posts
Viewing 1 reply thread
You must be logged in to reply to this topic.
Cart
What are you looking for?
Hi, I am Plubo, your co-pilot. How can I assist you today?