MalayPhadke

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Unable to build the pluto_camera_ros_package #15209
    MalayPhadke
    Participant

      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

    Viewing 1 post (of 1 total)