简体   繁体   中英

Python Face_Recognition - Cmake | Dlib Installation Error Windows

A big thanks for solving my problem.

1) I have Installed cmake using: pip install cmake & also using setup from their official Website. [Added to System and User Environment Vairable Path] : https://i.stack.imgur.com/v5O7w.png

2) Installed Visual Studio 2019 and installed all relevant build Tools & Everything [Installed All imp Components along with Visual Studio 2019] https://i.stack.imgur.com/TVJdy.png

3) Still Getting Error while installing face_recognition. I get same error for dlib when i write

pip install face_recognition 

or

pip install dlib

[error pics] https://i.stack.imgur.com/G5Ril.png | https://i.stack.imgur.com/430YT.png | https://i.stack.imgur.com/qYy70.png |

It might be due to the fact that your machine either does not have a C++ compiler, or the PATH is not set. Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM