Skip to main content

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/)

-1 votes
0 answers
9 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
85 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
49 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
181 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
92 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
36 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
79 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
24 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
27 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
919 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
46 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
0 votes
0 answers
249 views

No module named 'cmake' (Jupyter notebook cmake, dlib import)

I'm doing face detection using a real-time camera, but I keep getting stuck in dlib install. The usage environment is Windows and jupyter notebook. **!pip install dlib !pip install opencv-python** I ...
HiYG's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
74