

I know there is a specific way to install dlib using cmake but I cant figure out how to download it as everywhere I've looked have given solutions for windows 10. Note: This error originates from a subprocess, and is likely not a problem with pip.ĮRROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects × Building wheel for dlib (pyproject.toml) did not run successfully.ĮRROR: CMake must be installed to build dlib

doneīuilding wheels for collected packages: dlibīuilding wheel for dlib (pyproject.toml). Using cached dlib-19.24.1.tar.gz (3.2 MB) Upgrade pip Upgrading pip might solve your issue as newer versions of pip have better handling of errors and dependencies: python -m pip install -upgrade pip If you are using a specific version of Python, replace a Python with your Python version, like python3 or python3.9.

I was trying ot install dlib on Windows 11 using Python version 3.10.7.Īfter running pip install dlib the following error occured: Collecting dlib
