How can i fix this install face_recognition problem? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i fix this install face_recognition problem?

Pip install face_recognition. When I do this on window cmd it does not work even after downloading

25th Apr 2021, 5:46 PM
Benjamin
Benjamin - avatar
6 Answers
+ 1
Warning you are using p i p version 20. 2. 3; however version 21. 1 is available you should consider updating via the 'c:\user\user\appdata\local\programs\python\python39\python.exe -m pip install --upgrade pip' command
26th Apr 2021, 11:03 AM
Benjamin
Benjamin - avatar
+ 1
This much? Just update python pip > python -m pip install --upgrage pip
26th Apr 2021, 11:16 AM
Sarthak
Sarthak - avatar
0
Can you present the CLI-logs that contains the error while installing?
25th Apr 2021, 5:55 PM
Sarthak
Sarthak - avatar
0
Ok
25th Apr 2021, 7:03 PM
Benjamin
Benjamin - avatar
0
Trying it out
26th Apr 2021, 11:27 AM
Benjamin
Benjamin - avatar
0
Installation done. So am I still using pip install face_recognition
26th Apr 2021, 11:32 AM
Benjamin
Benjamin - avatar