
【Python】dlib 无需编译安装 dlib
dlib介绍
Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. See dlib for the main project documentation and API reference.
安装Pip安装
pip intall dlibwhl 安装
注意,仅支持特定版本,请检查pip所支持的版本是否一致
dlib-19.23.0-cp39-cp39-win_amd64.whl dlib-19.23.0-cp39-cp39-win_amd64.whl
下载后在对应文件夹下执行
pip install dlib-19.23.0-cp39-cp39-win_amd64.whl
即可顺利安装dlib
更多版本whl安装
dlib
进入该网站下载,安装步骤与2相同
👁️ 阅读量:0
© 版权声明:本文《【Python】dlib 无需编译安装 dlib》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686524018a280340.html。