Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [dlib]

Dlib is a modern C++ toolkit containing machine learning algorithms and tools for creating complex software in C++ to solve real world problems. (Source http://dlib.net/)

0 votes
0 answers
9 views

Tried to install dlib this error shows up [duplicate]

Terminal returns this when i trypip install dlib. Am trying to install face_recognition for a project it asked me to install cmake which I did but when I tried to install dlib this error occurs ...
Obito's user avatar
  • 1
-1 votes
0 answers
10 views

i have a error to install dlib library vie pip in ubuntu [duplicate]

i have following error which is happend when i tried to install dlib Collecting dlib Using cached dlib-19.24.4.tar.gz (3.3 MB) Installing build dependencies ... done Getting requirements to build ...
jashk's user avatar
  • 1
0 votes
0 answers
39 views

How to change the python version of a virtual enviremnet?

I am writing a Django React web app and I am required to install Dlib for a specific component to work (to install face_recognition library). However I am unable to do so because I used Python 3.12 to ...
Achira Silva's user avatar
1 vote
0 answers
50 views

dlib wheel build fail

Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Using legacy 'setup.py install' for face-recognition-models, since ...
trey warner's user avatar
0 votes
1 answer
87 views

Why am I having this issuse while Installing dlib

I am doing a project which requires the face-recognition library for which dlib was needed. I am having an issue installing "dlib" for a project. The terminal is throwing the following error ...
pd_prince's user avatar
0 votes
0 answers
59 views

ImportError: version `GLIBCXX_3.4.29' not found while trying to use dlib

Hello I am trying to import the dlib library in python so just the line: import dlib but I am getting the following error: ImportError: /home/sstamnas/anaconda3/lib/python3.9/site-packages/zmq/backend/...
Sotiris Stamnas's user avatar
0 votes
0 answers
46 views

dlib library is not installing even though i have cmake

I am running the code on IDLE. This the error code: × Building wheel for dlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [11 lines of output] running bdist_wheel ...
please help im green wario's user avatar
2 votes
0 answers
203 views

pip3 install dlib: fails, getting "Failed Building Wheel for Dlib" Error

Edit 2: Solution Fully reinstalling WSL using this (https://superuser.com/a/1755410/1210833) link, along with apt install cmake and pip install dlib as the first things on this new WSL install solved ...
InformalFormalities's user avatar
0 votes
0 answers
97 views

cmake not found during dlib installation using pip (even though cmake installed correctly)

i want to install dlib in a virtual environment using pip. pip told me that it requires cmake to install dlib. cool, i installed cmake. tried to install dlib again, it still tells me to install cmake. ...
Atharva Patil's user avatar
0 votes
1 answer
40 views

Error Installing Face rec stuck on dlib modile

I am tryin to install face-recognition module using the standard method but getting stuck at the dlib dependency There are two parts of the Question first is ofcourse how to Fix this secondly is there ...
Airboss's user avatar
0 votes
1 answer
82 views

Face-recognition Library unable to install in virtual environment

I am unable to install face-recognition library virtual environment for Python properly. My Python version is 3.12 and pip version 24.0, The library gets installed, but when I try to import the ...
Dipesh Ghiyal's user avatar
0 votes
0 answers
25 views

Trouble Executing Packaged Python Application: Missing File Exception

I'm encountering an issue while trying to execute a package in a Python application (using PyInstaller) that relies on the shape_predictor_68_face_landmarks.dat file for face recognition. Despite ...
Aswathy.A's user avatar
0 votes
0 answers
28 views

How can I convert a random forest model created in Python to a dat file?

I created a ramdom forest using Python and ran it using mlmodel on iOS. I want to run it on Android, I'm trying dlib, but dlib requires a dat file as a model file. How can I generate it? Dlib seems to ...
nmd's user avatar
  • 13
0 votes
0 answers
967 views

When I try to install dlib, I get ERROR: CMake must be installed to build dlib, but I have already installed cmake

I am running on Raspberry Pi Bookworm, with all updates installed. I installed cmake using both pip and apt, and have verified that by running cmake --version, which returns cmake version 3.29.2 ...
Argetlam's user avatar
0 votes
0 answers
47 views

Failed building wheel for dlib Python windows

I am trying to install dlib library for python on windows. but it's not installing and gives the same each time as follows. as dlib is the core library for installing other face recognition libraries, ...
Abdullah Abid's user avatar

15 30 50 per page
1
2 3 4 5
74