I was doing text identification and extraction from pdfs and I needed to install textract for that. However I am getting this error while installing:
Command "python setup.py egg_info" failed with error code 1 in C:\Users\User\AppData\Local\Temp\pip-install-_get8nd7\EbookLib\
I don't know how to solve this.
You need to update pip with
python -m pip install --upgrade pip