您的位置:首页 > 编程语言 > Python开发

To compile Boost.Python yourself download boost from boost.org and then go into the boost root fold

2018-01-12 17:21 531 查看
当你在错误日志里看面看到这个,!

就是让你下载 boost 
http://www.boost.org/users/download/  这是下载地址

下载好了解压运行

./bootstrap.sh --with-libraries=python

跳转到第二行  马上运行

./b2

等完成了上面的命令,再执行

 sudo ./b2 install

完成 安装
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  python boost dlib错
相关文章推荐