cbdelavenne / fb-messenger-media-scraper

Helper script to scrape your Facebook Messenger account for images shared in your conversations quickly and efficiently.
MIT License
6 stars 1 forks source link

Install requirements errors #3

Closed jakewilliami closed 4 years ago

jakewilliami commented 4 years ago
$ sudo pip3 install -r requirements.txt
ERROR: torrequest 0.1.0 requires stem>=1.4.0, which is not installed.
ERROR: textract 1.6.3 has requirement argcomplete==1.10.0, but you'll have argcomplete 1.11.1 which is incompatible.
ERROR: textract 1.6.3 has requirement extract-msg==0.23.1, but you'll have extract-msg 0.23.3 which is incompatible.
ERROR: textract 1.6.3 has requirement pdfminer.six==20181108, but you'll have pdfminer-six 20200402 which is incompatible.
ERROR: textract 1.6.3 has requirement six==1.12.0, but you'll have six 1.14.0 which is incompatible.

Possibly things to add to your requirements.txt file, but also, it is easy enough to fix manually.

P.S. This is such a great tool, I've been meaning to make one myself—thanks!!

EDIT: fix: sudo pip3 install stem argcomplete extract-msg pdfminer.six six

cbdelavenne commented 4 years ago

@jakewilliami Thanks for the contributions! 👍