码迷,mamicode.com
首页 > 编程语言 > 详细

windows + python3.5.2 + anaconda3 + dlib 安装配置

时间:2017-10-18 18:19:24      阅读:291      评论:0      收藏:0      [点我收藏+]

标签:runtime   windows   boot   问题   res   address   win   下载   stage   

首先下载boost库,根据提示:
1)运行 bootstrap.bat.  生成三个文件,其中包括b2
  --  bootstrap.bat
2)运行b2
  --     b2 install
3) 利用b2编译库文件
 --     b2 -a --with-python address-model=64 toolset=msvc runtime-link=static
这里遇到些问题, address-model=64参数设置出现问题,后改成32则成功。
4)设置变量
    --     set BOOST_ROOT=C:\local\boost_1_57_0
    --     set BOOST_LIBRARYDIR=C:\local\boost_1_57_0\stage\lib
将这两个变量设置到到Path变量中: %BOOST_ROOT%;%BOOST_LIBRARYDIR%
5)然后运行pip install dlib
成功
Successfully installed dlib-19.1.0

windows + python3.5.2 + anaconda3 + dlib 安装配置

标签:runtime   windows   boot   问题   res   address   win   下载   stage   

原文地址:http://www.cnblogs.com/jerrybaby/p/7687854.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!