Skip to content

Precompiled dlib Binary Wheels (.whl) for Linux x86_64, CPython 3.11–3.13

License

Notifications You must be signed in to change notification settings

alvinregin/dlib-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dlib-wheels

This repository provides precompiled binary .whl files for the Dlib library, compatible with Python 3.11, 3.12, and 3.13.

These wheels are built for linux_x86_64 and are ready to be used with pip install.


📦 Available Wheels

dlib Version Python Version Filename
20.0.0 3.11 dlib-20.0.0-cp311-cp311-linux_x86_64.whl
20.0.0 3.12 dlib-20.0.0-cp312-cp312-linux_x86_64.whl
20.0.0 3.13 dlib-20.0.0-cp313-cp313-linux_x86_64.whl

🚀 Installation

You can install the appropriate dlib .whl file using pip. The installation process is simple and there are two main options:

Option 1: Download the file first, then install locally

  1. Visit the Releases page.
  2. Download the .whl file that corresponds to your Python version.
  3. Install the downloaded .whl file using pip.

Option 2: Install directly from the URL (No need to download manually)

If you prefer, you can install the .whl file directly from the release URL. Choose the correct version based on your Python version.

Python 3.11:

pip install https://github.com/alvinregin/dlib-wheels/releases/download/v20.0.0/dlib-20.0.0-cp311-cp311-linux_x86_64.whl

Python 3.12:

pip install https://github.com/alvinregin/dlib-wheels/releases/download/v20.0.0/dlib-20.0.0-cp312-cp312-linux_x86_64.whl

Python 3.13:

pip install https://github.com/alvinregin/dlib-wheels/releases/download/v20.0.0/dlib-20.0.0-cp313-cp313-linux_x86_64.whl

If you encounter any issues or need further assistance, feel free to open an issue or contact me!

About

Precompiled dlib Binary Wheels (.whl) for Linux x86_64, CPython 3.11–3.13

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published