thank you so much, i was needing to make a live presentation for a science fair but couldnt get dlib to install, you helped me fix it 2 hours before it was due!
Sir you are smarter than chat gpt and google combined , i think you should become ceo of google , you solved 3 hours of problem in 10 minutes , you are my lisan al gaib , you are my sunshine , you are everythingg i wantedd .
PS C:\Users\ADMIN\PycharmProjects\pythonProject> pip install "C:\Users\ADMIN\Downloads\dlib-19.22.99-cp310-cp310-win_amd64.whl" Defaulting to user installation because normal site-packages is not writeable ERROR: dlib-19.22.99-cp310-cp310-win_amd64.whl is not a supported wheel on this platform. bro help me please
Hi, May I know what your Python version is? If you notice "cp310" in the .whl file name it says this .whl file will work for Python 3.10. similarly, you have cp39, cp38, and cp37 for Python 3.9, Python 3.8, and Python 3.7 versions respectively. Please check your python version and use the respective .whl file.
So the main problem was wheel package of dlib, I got the package from somewhere online and voila it was successfully installed, thank you sir, it was informative
Thanks a lot, sir. I tried different videos which are long and complicated processes but still didn't work. Your method was not only but it worked well.
God bless you buddy! I am on a virtual environment using Python 3.10.12 for me "dlib-19.22.99-cp310-cp310-win_amd64.whl" worked and I was able to install face recognition. Thank you so much! I viewed much videos and tutorials but yours made it work at the ende°!!!
Thank you a lot sir. I have been facing the same issue from last 2 days. I tried every single step that you mentioned in the video but none worked. But finally last step worked.
Hello, I need help! I successfully able to install both dlib and face_recognition but, when I go ahead and type "import face_recognition" in python console it gives me an error: "Traceback (most recent call last): File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\code.py", line 90, in runcode exec(code, self.locals) File "", line 1, in File "C:\Program Files\JetBrains\PyCharm Community Edition 2022.2.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) ModuleNotFoundError: No module named 'face_recognition'"
@@dhanawadeamit the thing is that I was using ms VisualStudio2019 for my project as I am a cpp dev and installing these packages from cmd pip doesn't add them to your vs environment (the virtual python 3.10 env that you ( hopefully have) set up for your project) so first you need to install these packages (cmake, face_recogniser, dlib) in your vir. env. (use the little yellow gift icon near the top center right instead of the vs. terminal 'ctrl~' ) then use them. Also you might need to manually set the whl version according to your python version while installing dlib. And for me actually this error still was present after every successfull install of dlib and face_recognition. I found that vs2019 was not very "compatible" with python3.10 so it only worked when I made my env. for python2.9something and installed the whl for dlib 2.9. And then the face_recognition package worked. . Sorry for the long comment hope this helps you :)
Hi Rangesh, please could you verify whether the dlib installed on the correct path? If you might be using python editor like PyCharm, Anaconda etc then these editors might create a virtual interpreter environment, there is high chance that you might have installed dlib in virtual interpreter environment and in new project the same virtual environment is not available hence the error module not found. Please look into these directions and let me know if it works.
Sir, I haven't received the mail yet for the dilb whl package. It's been 2 hours. I gave my mail ID correctly. KIndly check soon, sir. I am working on Face Recognition project.
I have created a new video to install the face recognition library in Jupyter Notebook. Here is the link for you: ruclips.net/video/h6GSZ19yuXc/видео.html
When you download the .whl package you could see 4 different versions you can install any version out of four. Make a note, yet we do not have the .whl package for version 3.11. I recommend you install version 3.10
Please I have been able to install the dlib and the face recognition successful but if I go to the settings and then the python interpreter , in the package it says I should install dlib with the install arrow on but when I tap on it to install, it gives me error. Please what should I do. Thank you. PS: the face recognition is installed with the pillow,numpy, face recognition models.
"dlib name" is not supported wheel on this platform error is arising. I've been messed up with this error since past 2 days but can't get the solution. Tried by installing 3 versions but still no relief. Please help 🙏
Hi, can You help me? I did jusy like you did, but with 3.10 version. Both fece_recognition and dlib are installed. But when I try to import the face_Recognition library in the python console, appears to me a ErrorMessage. It's like this: "dll load failed while importing _dlib_pybind11: uma rotina de inicialização da biblioteca de vínculo dinâmico (dll) falhou". The final part of the message is in portuguese, because I'm Brazilian.
Does this error come when you run the code? If yes then this error will not go away, when I was searching for the reason i found out that these libraries demand a tensor processor (high end graphic processor) for its operations and since on our machine we do not have such a processor, this error appears saying operations could not be performed. But it actually says it could not perform operations in an efficient way and it does the operation with available resources... So be assured you shall get the desired result but it might take longer....
Deneth, there is no dlib library available for python 3.11 as of now, since python 3.11 is a latest release. I will recommend you install python 3.10 this will work for sure.
i successfully installed dlib with this video but i still have "no such module" exception thrown when i import 'face_recognition' (i have successfully installed cmake,dlib,face_recognition) please help
@@dhanawadeamit the issue was that i was using visual studio 2019, and for some reason the module wasnt working in 3.10 vir. env. (most probably as 3.10 is new and VS dint fully support it) it worked when i made a new env with python2.9 and insalled dlib with whl ver.2.9. (also you need to install all packages in the env. and only installing them in cmd using pip dosent add them to your VS project's vit. env.) . hope this is helpfull :)
Bhai itna time pass krta usse acha sidha 2 min me khtm krdeta or git repo de deta ki idhr se whl download kro or ye command se install kro inta to CID wale investigate nai krte jitna tune kra he...
I can understand your concern, but I have not yet found .whl dlib package for python 3.11. As and when I get, I will for sure include that in the download folder.
Hi Shaad, Actually TensorFlow expects to have a high end graphics processor to do tensor operations. But we actually install TensorFlow in a regular PC which do not have high end graphic processors hence it throughs a warning that some of the features wont work. This is not an issue for most of our application only the execuation time varies PC to PC, so your application shall work fine.
Hey, whatever version of dlib i try to install i always get this error: "ERROR: dlib-19.22.99-cp310-cp310-win_amd64.whl is not a supported wheel on this platform."
Hi Pradawan, you shall check what python version you have. "cp310" this says it is for Python 3.10 version. Similarly the .whl packages will only work with their respective versions. I guess you might be using Python 3.11 Version, for this specific version we do not have .whl package yet. If this is the case you can downgrade the python version and all will work as expected. Best luck with these trials :)
Hi, May I know what your Python version is? If you notice "cp310" in the .whl file name it says this .whl file will work for Python 3.10. similarly, you have cp39, cp38, and cp37 for Python 3.9, Python 3.8, and Python 3.7 versions respectively. Please check your python version and use the respective .whl file.
I have downloaded the face_recognition But i am still getting error when i run it but There is one more file in my python which is "face_recognition_models" Whenever i run it but it doesn't give any error Are both of them same ?
Hi Daksh, at this point of time, there is no dlib .whl package available that supports python version 3.11. I will update the download link when available. If you find any resources do let me know
Thank you Kadir for bringing this to notice. I think there is a technical glitch in my email vendor system. I have requested them to investigate hope it will be functioning by tomorrow. Please try tomorrow once.
@@dhanawadeamit I have downloaded the face_recognition But i am still getting error when i run it but There is one more file in my python which is "face_recognition_models" Whenever i run it but it doesn't give any error Are both of them same ?
@@dhanawadeamit I have downloaded the face_recognition But i am still getting error when i run it but There is one more file in my python which is "face_recognition_models" Whenever i run it but it doesn't give any error Are both of them same ?
Hi I have added dlib-19.22.99-cp310-cp310-win_amd64 to download folder. Please re-download the package with a link in the description box and this will work for python 3.10.x Here is the download link for you bit.ly/3P3mdKR
Hi, at this point of time, there is no dlib .whl package available that supports python version 3.11. I will update the download link when available. If you find any resources do let me know
These .whl packages are specific to python versions, please could you confirm which python version you have please also recheck if you are using specific .whl package according to your python version.
Sir i have a doubt I have downloaded the face_recognition But i am still getting error when i run it but There is one more file in my python which is "face_recognition_models" Whenever i run it but it doesn't give any error Are both of them same ?
No these are different, what I have observed is this face_recognition library/ dlib library have few files which expects high end processing power and when the processor average they throw warnings but still executes the code. I guess this is to do with how fast this executes. But for us there is no time constraint no we can continue with warnings
No actual we still do not have dlib whl package available for python3.11, I would recommend you to use python3.10 this shall not make a difference in your application
thank you sir finally it got installed , straight 3 days of torture and you helped me within 10 minutes
thank you so much, i was needing to make a live presentation for a science fair but couldnt get dlib to install, you helped me fix it 2 hours before it was due!
How did it work bro tell
BHAI, LOVE YOU BHAI. 1 MAHINE SE KOSHISH KAR RAHA THA, NAHI HO RAHA THA AAPNE KARDIYA THANK YOU FOR YOUR SUPPORT.
Yes bhai mai samaj sakta hu ki jab nahi chalta tab kitna frustration hota hai, I am glad it helped. Keep coding Hemraj bhai.
hey, can you send the dlib whl package pls. its urgent, i'm working on a face recognition project, thank you.
How to download my specific version of dlib? You didn’t mention it..
OH MY GOD THANK U, IVE BEEN LOOKING FOR SOLUTIONS IN 5 HOURS, this just solved my problem FRRR
You are more than perfect! I cannot find anything helpful to solve this problem besides your video!
Sir you are smarter than chat gpt and google combined , i think you should become ceo of google , you solved 3 hours of problem in 10 minutes , you are my lisan al gaib , you are my sunshine , you are everythingg i wantedd .
Mm un pool la ukkaravachi vela kudu da punda😂😂
PS C:\Users\ADMIN\PycharmProjects\pythonProject> pip install "C:\Users\ADMIN\Downloads\dlib-19.22.99-cp310-cp310-win_amd64.whl"
Defaulting to user installation because normal site-packages is not writeable
ERROR: dlib-19.22.99-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
bro help me please
Hi, May I know what your Python version is?
If you notice "cp310" in the .whl file name it says this .whl file will work for Python 3.10. similarly, you have cp39, cp38, and cp37 for Python 3.9, Python 3.8, and Python 3.7 versions respectively.
Please check your python version and use the respective .whl file.
VERY VERY THANK YOU...I HAVE BEEN TRYING TO SOLVE THIS PROBLEM FOR THREE MONTHS... THANK GOD I GOT TO KNOW ABOUT THIS VIDEO
I am so happy for you, I know the frustration level you might have been. Thank You!
So the main problem was wheel package of dlib, I got the package from somewhere online and voila it was successfully installed, thank you sir, it was informative
Yes, exactly
Thank u so much bro, it's really working, I am solving these problem in 2 days it's still error, but now it's success, new subscriber 🤝
Happy to help
thank you so much, i subbed and liked the video because i was struggling for 2 days on how to install this dlib
Glad I could help.
Bhot bhot thankyou bhau , today your Beats stack overflow 😂
Wow that's a HUGE compliment I have ever got, you made my day.
Thanks a lot, sir. I tried different videos which are long and complicated processes but still didn't work. Your method was not only but it worked well.
It worked! Thank you. Watched a lot of tutorials but this was the perfect one with every minute details.
Great to hear!
God bless you buddy! I am on a virtual environment using Python 3.10.12 for me "dlib-19.22.99-cp310-cp310-win_amd64.whl" worked and I was able to install face recognition. Thank you so much! I viewed much videos and tutorials but yours made it work at the ende°!!!
I am glad it helped 😊
Finally !,
I could install dlib and face recognition library. Thanks a lot.
Thankyou soo much sirrrrr.... i would have been in big trouble otherwise.
it doea not work for a particular library deepface i can't install it through terminal and through interpreter
Got any solution ?
Thanks a lot bruh....this took me almost a day...You solved it in minutes
I am geld Tharun it helped.
hey, can you send the dlib whl package pls. its urgent, i'm working on a face recognition project, thank you.
@@IshithaCodes Hello Ishitha, you have a link in the discription box to download the code, please check.
I've been trying to install dlip since morning. You save me bro
the download is not for dlib, it gives face recognition library download.
Thank You @Amey for notifying 😊
My apologies, the error is corrected now. Please check.
Thank you a lot sir. I have been facing the same issue from last 2 days. I tried every single step that you mentioned in the video but none worked. But finally last step worked.
Glad to hear that :)
Sir i am still getting a error : ERROR: dlib-19.22.99-cp310-cp310-win_amd64.whl is not a supported wheel on this platform.
Please help me sir
me too
Did you find any solution for this?
@@bhaveshjadhav3401found any solution?
It worked, you are saved my lot of time, god bless you ,Thanks a lot🤗
Glad to know 🙂
Thank You Sir😊 I've been solving this and I've tried different things but still can't solve this... Again Thanks sir It helped a lot
Hello Apurva, so your problem is still open? Please can you specify what error you have.
WOOWW!! Super huge video!! So clear and easy explanations!! Thankyou so so so much Amit!!
Hello, I need help!
I successfully able to install both dlib and face_recognition but, when I go ahead and type "import face_recognition" in python console it gives me an error: "Traceback (most recent call last):
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
File "C:\Program Files\JetBrains\PyCharm Community Edition 2022.2.3\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import
module = self._system_import(name, *args, **kwargs)
ModuleNotFoundError: No module named 'face_recognition'"
same problem. did you find a solution?
nvm fixed it
Hi Rupin, Please could you share how you fixed it.
Rupal how about your issue did you manage to fix it too. :)
@@dhanawadeamit the thing is that I was using ms VisualStudio2019 for my project as I am a cpp dev and installing these packages from cmd pip doesn't add them to your vs environment (the virtual python 3.10 env that you ( hopefully have) set up for your project) so first you need to install these packages (cmake, face_recogniser, dlib) in your vir. env. (use the little yellow gift icon near the top center right instead of the vs. terminal 'ctrl~' ) then use them. Also you might need to manually set the whl version according to your python version while installing dlib.
And for me actually this error still was present after every successfull install of dlib and face_recognition. I found that vs2019 was not very "compatible" with python3.10 so it only worked when I made my env. for python2.9something and installed the whl for dlib 2.9. And then the face_recognition package worked.
.
Sorry for the long comment hope this helps you :)
i have Python 3.9.13 ,can i get dlib file for that particular version
Hi, yes you have .whl package for python 3.9.x named as "cp39" within the file name.
Download the folder with the link in the description box.
Sir I tried it for python 3.10.8 and dlib was successfully installed but when I try to run the code still it show no module found...pls help me sir
Hi Rangesh, please could you verify whether the dlib installed on the correct path?
If you might be using python editor like PyCharm, Anaconda etc then these editors might create a virtual interpreter environment, there is high chance that you might have installed dlib in virtual interpreter environment and in new project the same virtual environment is not available hence the error module not found.
Please look into these directions and let me know if it works.
Which python version are u using
I have tested it with python3.9 and python3.10
Sir, I haven't received the mail yet for the dilb whl package. It's been 2 hours. I gave my mail ID correctly. KIndly check soon, sir. I am working on Face Recognition project.
Please check your spam / promotional / update folder in your email. Or else drop me an email at connect@richgrowthhub.com will send you again.
how to install face recognition libraries in jupyter notebook🤔
I have created a new video to install the face recognition library in Jupyter Notebook.
Here is the link for you:
ruclips.net/video/h6GSZ19yuXc/видео.html
Still is showing error for me
My system is Windows 11
Intel i3
I have not tried it on Windows 11 but shall not be a different, please try with admin privileged access.
i downloaded python 3.10 for this and then your folder but when i open the folder it does not show the contents as shown in your video ... i need help
Hi Ehaan, please could you download it once again, I guess there must be a tecnical glitch when you downloaded. Please try once again.
@@dhanawadeamit i downloaded a wheel file from another yt creator.... it worked .. thank you
Sir which dlib version is suitable for python 3.11.0
At this point of time there is no dlib .whl package available for python 3.11
I recommend using 3.10
@@dhanawadeamit thank you sir link please
@@hanmengtan1712 www.python.org/downloads/release/python-3100/
ERROR: dlib-19.22.99-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
which version of python need to install? please reply
When you download the .whl package you could see 4 different versions you can install any version out of four. Make a note, yet we do not have the .whl package for version 3.11. I recommend you install version 3.10
great video very usefull
just why not give link direct in the descrtiption
Please am getting error but I have been able to install the dlib and face recognition. What should I do
Please send me an error message over email, let's see if it could be saved. connect@richgrowthhub.com
Please I have been able to install the dlib and the face recognition successful but if I go to the settings and then the python interpreter , in the package it says I should install dlib with the install arrow on but when I tap on it to install, it gives me error. Please what should I do. Thank you.
PS: the face recognition is installed with the pillow,numpy, face recognition models.
thanks, but why did you make it obligational to enter my email, why could not you easily just send us the github link of the library???
Hi Xo, I want to share all my future content within my community so I collect email ids to build a community. E-mail is the best way to communicate.
thank you sir. Best tutorial ever
"dlib name" is not supported wheel on this platform error is arising. I've been messed up with this error since past 2 days but can't get the solution. Tried by installing 3 versions but still no relief. Please help 🙏
Did you find any solution for this? Or any alternative for dlib. Stuck in my final year project
@@Gurucharan-yz8ex use an older version of python.
Hello sir, I had a problem which say dll load failed while importing _dlib_pybind11 what should i do?
Please try to re download I have included the package for python version 3.11
Hi, can You help me?
I did jusy like you did, but with 3.10 version. Both fece_recognition and dlib are installed. But when I try to import the face_Recognition library in the python console, appears to me a ErrorMessage. It's like this: "dll load failed while importing _dlib_pybind11: uma rotina de inicialização da biblioteca de vínculo dinâmico (dll) falhou". The final part of the message is in portuguese, because I'm Brazilian.
omg, face_recognition*
Does this error come when you run the code?
If yes then this error will not go away, when I was searching for the reason i found out that these libraries demand a tensor processor (high end graphic processor) for its operations and since on our machine we do not have such a processor, this error appears saying operations could not be performed.
But it actually says it could not perform operations in an efficient way and it does the operation with available resources... So be assured you shall get the desired result but it might take longer....
@@dhanawadeamit Unfortunately yes.
I'll try another ways, Thanks for your help, Amit. 😃
@@marcos..pereira My Pleasure 🙂
Hello sir.dll error with pybind11 error came sir. I cant do works on pycharm any more
No any installed library works even numpy
Deneth, there is no dlib library available for python 3.11 as of now, since python 3.11 is a latest release. I will recommend you install python 3.10 this will work for sure.
i successfully installed dlib with this video but i still have "no such module" exception thrown when i import 'face_recognition' (i have successfully installed cmake,dlib,face_recognition) please help
nvm fixed it
Cool Rupin, may I know what was the issue and how did you fixed it :)
@@dhanawadeamit the issue was that i was using visual studio 2019, and for some reason the module wasnt working in 3.10 vir. env. (most probably as 3.10 is new and VS dint fully support it) it worked when i made a new env with python2.9 and insalled dlib with whl ver.2.9. (also you need to install all packages in the env. and only installing them in cmd using pip dosent add them to your VS project's vit. env.)
.
hope this is helpfull :)
very nice explained how to hack through error
Bhai itna time pass krta usse acha sidha 2 min me khtm krdeta or git repo de deta ki idhr se whl download kro or ye command se install kro inta to CID wale investigate nai krte jitna tune kra he...
muito obrigado. Procurei tanto e só consegui com as tuas instruções
M still not getting from where to download dlib version?
In the email you have download button just click on that and it will take you to google drive folder download it from there
Ther is no version for pyton 3.11😢😢😢
I can understand your concern, but I have not yet found .whl dlib package for python 3.11.
As and when I get, I will for sure include that in the download folder.
@@dhanawadeamit ok thank u for the answer
Thanks a lot Amit ji, it worked succesfully.
Most welcome
it not showing on mine
Thank you sir you helped me alot it's now working
In vs code can we try after download and copy this file name this is not work
Hi Vidit, You need to unzip the folder then specify the file name according to your installed python version. Please try this and let me know.
hey, can you send the dlib whl package pls. its urgent, i'm working on a face recognition project, thank you.
@@IshithaCodes me also face problem in dlib as well as opencv
i'm getting this in using meidapipe
INFO: Created TensorFlow Lite XNNPACK delegate for CPU.
help me out
Hi Shaad, Actually TensorFlow expects to have a high end graphics processor to do tensor operations. But we actually install TensorFlow in a regular PC which do not have high end graphic processors hence it throughs a warning that some of the features wont work.
This is not an issue for most of our application only the execuation time varies PC to PC, so your application shall work fine.
thanks a lot for the explanation and WHL file sir
Hey, whatever version of dlib i try to install i always get this error: "ERROR: dlib-19.22.99-cp310-cp310-win_amd64.whl is not a supported wheel on this platform."
Hi Pradawan, you shall check what python version you have. "cp310" this says it is for Python 3.10 version. Similarly the .whl packages will only work with their respective versions.
I guess you might be using Python 3.11 Version, for this specific version we do not have .whl package yet. If this is the case you can downgrade the python version and all will work as expected.
Best luck with these trials :)
Any update for python 3.11?
Still no updates for Python 3.11
Thank u soo much sir. It helped me perfectly. Thank u so much,i cant explain how much grateful i am to you right now.
So nice of you :)
it gives error ERROR: dlib-19.22.99-cp39-cp39-win_amd64.whl is not a supported wheel on this platform. unable to install the dlib
Hi, May I know what your Python version is?
If you notice "cp310" in the .whl file name it says this .whl file will work for Python 3.10. similarly, you have cp39, cp38, and cp37 for Python 3.9, Python 3.8, and Python 3.7 versions respectively.
Please check your python version and use the respective .whl file.
@@dhanawadeamit 3.10
thankyou bro it's worked but you take it too much time to tell
😭😭😭😭😭😭😭😭oh God please bless this man , i was about to get depressed. Thank you so much for this video
😊☺️, I can imagine it really feels depressing when things don't work 😔
I have downloaded the face_recognition
But i am still getting error when i run it but
There is one more file in my python which is "face_recognition_models"
Whenever i run it but it doesn't give any error
Are both of them same ?
Still getting an error after installing
Is the error solved?
How to know which version is mine?
python --version type this command prompt this will show the version
sir i have python version 3.11 help me?? give me file dlib of version 3.11
Hi Daksh, at this point of time, there is no dlib .whl package available that supports python version 3.11.
I will update the download link when available.
If you find any resources do let me know
Thank you so much Sir!!!.....this helped me a lot💯
Link mail for dlib is not coming
Thank you Kadir for bringing this to notice. I think there is a technical glitch in my email vendor system. I have requested them to investigate hope it will be functioning by tomorrow. Please try tomorrow once.
thanks Amit. this was very useful.
This guy deserves a sub. He helped me alot 👏👏👏
Thank you 😊
@@dhanawadeamit I have downloaded the face_recognition
But i am still getting error when i run it but
There is one more file in my python which is "face_recognition_models"
Whenever i run it but it doesn't give any error
Are both of them same ?
i have python 3.11.5 what to do
We have a dlib package available for python version 3.11 just download and install the respective package
YOUR WAY WAS VERY HELPFUL! Thank you!
Thank you!
@@dhanawadeamit I have downloaded the face_recognition
But i am still getting error when i run it but
There is one more file in my python which is "face_recognition_models"
Whenever i run it but it doesn't give any error
Are both of them same ?
Thank you. You save a life.
Awesome video, you saved the day!
This is work for python 3.10.6?
Hi
I have added dlib-19.22.99-cp310-cp310-win_amd64 to download folder.
Please re-download the package with a link in the description box and this will work for python 3.10.x
Here is the download link for you
bit.ly/3P3mdKR
Sir I have Python 3.11 what to do ???
Hi, at this point of time, there is no dlib .whl package available that supports python version 3.11.
I will update the download link when available.
If you find any resources do let me know
how about my python version is 3.12?
same problem have you found a solution
@@ramjr3628 no i downgrade my python version
I have emailed u but I am not getting the file plz can u help me and send that file to my mail . Pls sir as it is very important
Hello Swapnil, just sent you the link over email.
@@dhanawadeamit I got the file next day
Get error CP 310 Not supported wheel on this platform solve plzzz
These .whl packages are specific to python versions, please could you confirm which python version you have please also recheck if you are using specific .whl package according to your python version.
@@dhanawadeamit sir I'm using 3.11 version but latter I shifted it to 3.10 and my error get solved
Sir can u plzz make a vedio on face recognition attendence management system
@@kishlaysingh7 Yes Kishlay it's in my list. I will soon upload a video on face recognition.
finally, it worked thank u so muchhhhhhh sir
Hi bro ... I want 3.12 package
you earned a sub thank you so much keep doing this sir!!!
Thank you, I am glad it helped you 😊
hey man, you saved my life. Wonderful
Thank you so much 😊
Thankyou very very much for your video
i love you broski u saved my life
try in pycharm
Sir i have a doubt
I have downloaded the face_recognition
But i am still getting error when i run it but
There is one more file in my python which is "face_recognition_models"
Whenever i run it but it doesn't give any error
Are both of them same ?
No these are different, what I have observed is this face_recognition library/ dlib library have few files which expects high end processing power and when the processor average they throw warnings but still executes the code. I guess this is to do with how fast this executes. But for us there is no time constraint no we can continue with warnings
Thank alot bro, you really helped me...cheers
INDIA ON TOP!!!
This is a really helpful video , thank you :)
It worked Thank you so much
Thank you so much sir
Thank you so much! It helped a lot!
It is giving an error
Is the error solved?
Can i install this file on python 3.11.2
No actual we still do not have dlib whl package available for python3.11, I would recommend you to use python3.10 this shall not make a difference in your application
@@dhanawadeamit when used it on python 3.9.0 it installed but when i run my program it says an error when importing the face recognition package
@@ahmadtechnology2956 please share error because face recognition library runs with lots of warning. But runs successful
@@dhanawadeamit it says "error dll load failed while importing _dlib_pybind11"
@@ahmadtechnology2956 Yes, there will be an error when you install python3.11. I would recommend you install python3.10 fresh and give it a try.
sir it worked!! thank you
He save lot of time really thanks to him!!
Thank you man, it means a lot.
thanks bruh , it work succefully
it Worked, Thanks alot!!
Glad it helped