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!
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.
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 .
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
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°!!!
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.
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....
I have created a new video to install the face recognition library in Jupyter Notebook. Here is the link for you: ua-cam.com/video/h6GSZ19yuXc/v-deo.html
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 :)
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.
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.
"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 🙏
@@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 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 :)
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.
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.
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.
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.
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 :)
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.
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
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...
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.
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
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 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 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.
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
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
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
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
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 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
How to download my specific version of dlib? You didn’t mention it..
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.
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!
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.
You are more than perfect! I cannot find anything helpful to solve this problem besides your video!
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.
@@dhanawadeamit same issue , i am using PyCharm 2024.3.1.1 (Community Edition)
Build #PC-243.22562.220, built on December 18, 2024
Runtime version: 21.0.5+8-b631.28 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 11.0
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 12
Registry:
ide.experimental.ui=true
i18n.locale=
llm.show.ai.promotion.window.on.start=false
Non-Bundled Plugins:
com.jetbrains.gerryPurpleTheme (2025.1.0101)
com.intellij.ml.llm (243.22562.251.6)
org.tonybaloney.security.pycharm-security (1.29.0)
com.github.srwi.pixellens (0.3.2)
net.seesharpsoft.intellij.plugins.csv (4.0.2)
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😂😂
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.
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
Bhot bhot thankyou bhau , today your Beats stack overflow 😂
Wow that's a HUGE compliment I have ever got, you made my day.
it doea not work for a particular library deepface i can't install it through terminal and through interpreter
Got any solution ?
OH MY GOD THANK U, IVE BEEN LOOKING FOR SOLUTIONS IN 5 HOURS, this just solved my problem FRRR
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
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 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?
Broo even I am getting the same error ,if solved it please do help me !! 🙏🏻
Just degrade the python version and create a virtual environment and u should be good@@rashikpujari296
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 😊
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 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
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.
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 🙂
My python version 3.13 and i not get the dilb please help
Brooo did sort out the issue????
@rashikpujari296 yes use python version 3.10
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:
ua-cam.com/video/h6GSZ19yuXc/v-deo.html
Sir thank you so much finally after many attempts I got solution ❤🙏🙏🎉
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 :)
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 :)
It worked, you are saved my lot of time, god bless you ,Thanks a lot🤗
Glad to know 🙂
sir please send dlib install files
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.
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
Which python version are u using
I have tested it with python3.9 and python3.10
"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.
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/
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 ?
WOOWW!! Super huge video!! So clear and easy explanations!! Thankyou so so so much Amit!!
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 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 :)
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
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.
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.
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.
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
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
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 :)
Thankyou soo much sirrrrr.... i would have been in big trouble otherwise.
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.
Finally !,
I could install dlib and face recognition library. Thanks a lot.
it not showing on mine
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
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.
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.
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've been trying to install dlip since morning. You save me bro
Any update for python 3.11?
Still no updates for Python 3.11
Thank You so Much 🎉🎉🎉🎉🎉🎉
You are so welcome
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 about my python version is 3.12?
same problem have you found a solution
@@ramjr3628 no i downgrade my python 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
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
Thank you so much Sir!!!.....this helped me a lot💯
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.
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 ?
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.
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
muito obrigado. Procurei tanto e só consegui com as tuas instruções
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 you sir. Best tutorial ever
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
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
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 :)
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.
Hi bro ... I want 3.12 package
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
you earned a sub thank you so much keep doing this sir!!!
Thank you, I am glad it helped you 😊
great video very usefull
just why not give link direct in the descrtiption
I love you Sir, finally it got installed
Thanks a lot Amit ji, it worked succesfully.
Most welcome
very nice explained how to hack through error
thanks a lot for the explanation and WHL file sir
thanks Amit. this was very useful.
Thanks a lot, Man ✌
My pleasure 🙂
It is giving an error
Is the error solved?
Thank you😊
You are most welcome.
Thank you sir you helped me alot it's now working
😭😭😭😭😭😭😭😭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 ?
Thank you. You save a life.
Thank alot bro, you really helped me...cheers
thankyou bro it's worked but you take it too much time to tell
try in pycharm
He save lot of time really thanks to him!!
Thank you man, it means a lot.
INDIA ON TOP!!!
This is a really helpful video , thank you :)
bhut lambi karta hn. Make simple and do research first
thank you mahn......... appreciate you
Thank You! :)
hey man, you saved my life. Wonderful
Thank you so much 😊
phle krr ke dekh le bhai....sara tym waste kr dia
Thank you so much Sir
Most welcome