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 post (of 1 total)
Cart
What are you looking for?
Hi, I am Plubo, your co-pilot. How can I assist you today?