FORTH-ModelBasedTracker / PyOpenPose

Python bindings for the Openpose library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python3 can not use is Boost  version problem?

wakingking77 opened this issue · comments

I want use my python3 ,but it alway remaid me Boost is not right.And I use all of ways to use python3 in github,they all failed.
so I thought it may be Boost version problem.
My Boost version is 1.58, and Pyopenpose required is 1.63.
It is that problem?
"Ubuntu 16.04 python3.5.2 + 2.7 Boost1.58"

Boost 1.58 works fine with PyOpenPose. Can you be a bit more specific about the problem?

Boost 1.58 works fine with PyOpenPose. Can you be a bit more specific about the problem?

Thank your answer very much ! I know it is not reason of Boost.

Now! it can work finally! I don't konw why,but it can use python3!!!!!
when I am answering your quanstion more specificly,I run the bug medthon of Cmake-gui and Oder.
I only do two step:
1.use cmake-gui:choose the python3. and it reminded failed!
2.use this oder to cmake: sudo cmake .. -WITH_PYTHON=3 -DPYTHON_INCLUDE_DIR=/usr/include/python3.5m -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.5m.so

So it can work!
so soon!
so easy!
and so amazing!
And I don't know why?!