-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install on Windows 11 from setup.py #1401
Comments
İf the dlip library is not installed, install VMware Workstation (or other Virtualization) and install Ubuntu than try again install "Face Recognition". Follow this order to load it.
or look: Windows Installation Tutorial #175 If not work send the error message !! |
Follow this order
and then download this whl file open the powershell in the file path |
hi, i tried following that, but i got this error:
what might i do to fix said error? |
i think you need this version
|
is there a version for 3.10? or not yet? |
This work for me, thanks a lot |
I got the same error, I recommend to use dlib 19.18 for sure this source, and pillow 9.2 |
My python version is 3.10.6 ERROR: dlib-19.23.0-cp39-cp39-win_amd64.whl is not a supported wheel on this platform. Can someone please tell me how to solve this issue? |
this whl package just for [Python version: 3.9 64-bit] run Only matching versions will install whl correctly |
My matching version is cp310-cp310-win_amd64 which command shall I give to install it? I'm getting this error: ERROR: Could not find a version that satisfies the requirement dlib-19.23.0-cp310-cp310-win_amd64 (from versions: none) when I tried to use dlib-19.23.0-cp310-cp310-win_amd64 |
Please follow the below steps
During installation, need to select Cmake compiler (C++ Cmake tools for Windows should be selected)
|
worked perfect for me |
Description
I'm trying to install face_recognition using setup.py file, but I'm getting an error during installation.
What I Did
pip install cmake
and it was successfully installed (version 3.22.1)python setup.py install
The text was updated successfully, but these errors were encountered: