Skip to content
View vishal01tyagi's full-sized avatar
  • 20:11 (UTC -12:00)
Block or Report

Block or report vishal01tyagi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vishal01tyagi/README.md

Dlib compiled binary wheels for Python 3.7 - 3.11 on Windows 10 X64

This repository contains the compiled binary (.whl) files for the Dlib library to install on Python versions 3.7, 3.8, 3.9, 3.10, and 3.11 on a Windows x64 OS.

Steps to install Dlib:

  • Install Python from Python.org for Python 3.11 (download the 64-bit installer file)

    OR

  • Create a virtual environment via venv or Anaconda i.e. conda create -n env_name python = 3.8 for Python 3.7-3.10

  • Download the wheel file for your specific Python version

  • Open a terminal and install Dlib via:

Python 3.7

python -m pip install dlib-19.22.99-cp37-cp37m-win_amd64.whl 

Python 3.8

python -m pip install dlib-19.22.99-cp38-cp38-win_amd64.whl

Python 3.9

python -m pip install dlib-19.22.99-cp39-cp39-win_amd64.whl

Python 3.10

python -m pip install dlib-19.22.99-cp310-cp310-win_amd64.whl

Python 3.11

python -m pip install dlib-19.24.1-cp311-cp311-win_amd64.whl

Cheers!

Popular repositories Loading

  1. vishal01tyagi vishal01tyagi Public

    Config files for my GitHub profile.

  2. Resume-Parsing-Solution Resume-Parsing-Solution Public

    Forked from aishwaryaSahani/Resume-Parsing-Solution

    This is called as resume parsing.

    Python