Boost-python installation issue for windows when tried pip install face_recognition -


python version: 3.5 32bit operating system: windows 7

description

i trying pip install face_recognition , got error boost-python missing tried install boost-python rest frustration

what did

i have downloaded zip http://www.boost.org/users/history/version_1_64_0.html unpacked -> run bootstrap.bat tools/build folder , run command b2 -a --with-python address-model=32 toolset=msvc runtime-link=static build made c:\boost_build folder had set environment variables: set boost_root="path extracted folder root" path c:\boost_build folder\bin set in environment variable according instruction boost_librarydir cannot set missing set boost_librarydir="path extracted folder root \stage\lib"

can please let me know can find boost_librarydir directory reference


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -