✅ 操作成功!

【Python】dlib 无需编译安装 dlib

发布时间:2023-06-12 作者:admin 来源:文学

【Python】dlib 无需编译安装 dlib

【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 dlib
  • whl 安装

    注意,仅支持特定版本,请检查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