【Python】dlib 无需编译安装 dlib-19.23.0-cp39-cp39-win_amd64.whl

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 http://dlib.net for the main project documentation and API reference.

安装

  1. Pip安装

    pip intall dlib
    
  2. 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

  3. 更多版本whl安装

    dlib

    进入该网站下载,安装步骤与2相同

你可能感兴趣的:(Python,python,pycharm,开发语言)