I am getting the error Command "python setup.py egg_info" failed

1k views Asked by At

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.

1

There are 1 answers

5
F Blanchet On

You need to update pip with python -m pip install --upgrade pip