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.
| 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 |
You can install the appropriate dlib .whl file using pip. The installation process is simple and there are two main options:
- Visit the Releases page.
- Download the
.whlfile that corresponds to your Python version. - Install the downloaded
.whlfile usingpip.
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.whlPython 3.12:
pip install https://github.com/alvinregin/dlib-wheels/releases/download/v20.0.0/dlib-20.0.0-cp312-cp312-linux_x86_64.whlPython 3.13:
pip install https://github.com/alvinregin/dlib-wheels/releases/download/v20.0.0/dlib-20.0.0-cp313-cp313-linux_x86_64.whlIf you encounter any issues or need further assistance, feel free to open an issue or contact me!