I am new to Python and I am trying to install dlib in my environment with the command:
pip install dlibbut I am receiving the following error:
ex. Error in Anaconda Prompt
11 Answer
According to the error in your screenshot, your version of Visual Studio (Visual Studio 2013) is too old. dlib apparently needs support for C++11 which is identified as being a part of Visual Studio 2015 and later.