FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could NOT find Boost

sanaz97 opened this issue · comments

Hi,
I faced this Error. Can you help me?

`-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen dot
CMake Warning at /usr/local/share/cmake-3.17/Modules/FindBoost.cmake:2003 (message):
No header defined for python-py27; skipping header check (note: header-only
libraries have no designated component)
Call Stack (most recent call first):
CMakeLists.txt:67 (find_package)

CMake Error at /usr/local/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:164 (message):
Could NOT find Boost (missing: system) (found version "1.65.1")
Call Stack (most recent call first):
/usr/local/share/cmake-3.17/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE)
/usr/local/share/cmake-3.17/Modules/FindBoost.cmake:2162 (find_package_handle_standard_args)
CMakeLists.txt:67 (find_package)

`