Python Forum

Full Version: Finger Vein Authentication Package in Python
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi All,

I am trying to use Finger Vein Authentication in one of my project, for that I am planning to refer the below python package:
"xbob.fingervein 1.0.0"

But when I am trying to install this using PIP , its giving me the below error:
" RuntimeError:could not find boost's `version.hpp' - have you installed Boost on this machine?"

I do have Boost installed in my machine.

Python Version Used: 2.7

Please help me to resolve this issue.

Thanks
Sudipta Ghosh
BOOST is for C++, and won't help (unless you're doing a rewrite) with python