System: Windows 10
Python 3.6 using PyCharm.
I tried installing the face_recognition python module from Pycharm and received this error:
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
The proposed solution was to run it from the command line in the file directory, but an error still persisted when I did that.
I've been using pip3 install face_recognition.
Command "c:\users*\appdata\local\programs\python\python37\python.exe -u -c "import setuptools, tokenize;file='C:\Users\*\AppData\Local\Temp\pip-install-y2duvqsp\dlib\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record C:\Users\jagui\AppData\Local\Temp\pip-record-dm_14rqt\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users*\AppData\Local\Temp\pip-install-y2duvqsp\dlib\
What is going wrong?