After upgrade from 0.87. I am getting the error as below:
Unable to install package face_recognition==1.0.0: Failed building wheel for scipy
Failed cleaning build dir for scipy
Command "/usr/local/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-moiua9ct/scipy/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-6_o67mlw/install-record.txt --single-version-externally-managed --prefix --compile --user --prefix=" failed with error code 1 in /tmp/pip-install-moiua9ct/scipy/
You are using pip version 19.0.2, however version 19.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Sun Feb 24 2019 20:27:26 GMT+1300 (New Zealand Daylight Time)
Not initializing dlib_face_identify.image_processing because could not install requirement face_recognition==1.0.0
Sun Feb 24 2019 20:27:26 GMT+1300 (New Zealand Daylight Time)
Unable to prepare setup for platform dlib_face_identify.image_processing: Could not install all requirements.
Anyone out there how to fix this…else I have to revert back to 0.87
Thanks.