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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -