Python Forum
pdfminer package: can't find exgtract_text function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pdfminer package: can't find exgtract_text function
#5
Output:
pavel@ALABAMA:~$ pip3 install pdfminer.six Defaulting to user installation because normal site-packages is not writeable Collecting pdfminer.six Downloading pdfminer.six-20201018-py3-none-any.whl (5.6 MB) |████████████████████████████████| 5.6 MB 3.5 MB/s Requirement already satisfied: chardet in ./.local/lib/python3.6/site-packages (from pdfminer.six) (3.0.4) Requirement already satisfied: cryptography in ./.local/lib/python3.6/site-packages (from pdfminer.six) (2.9) Requirement already satisfied: sortedcontainers in ./.local/lib/python3.6/site-packages (from pdfminer.six) (2.1.0) Requirement already satisfied: cffi!=1.11.3,>=1.8 in ./.local/lib/python3.6/site-packages (from cryptography->pdfminer.six) (1.14.0) Requirement already satisfied: six>=1.4.1 in ./.local/lib/python3.6/site-packages (from cryptography->pdfminer.six) (1.12.0) Requirement already satisfied: pycparser in ./.local/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.8->cryptography->pdfminer.six) (2.20) Installing collected packages: pdfminer.six ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. textract 1.6.3 requires beautifulsoup4==4.8.0, but you have beautifulsoup4 4.8.1 which is incompatible. textract 1.6.3 requires pdfminer.six==20181108, but you have pdfminer-six 20201018 which is incompatible. Successfully installed pdfminer.six-20201018 pavel@ALABAMA:~$
Concerning Error message:
  1. Should I change beautifulsoup4 4.8.1 to beautifulsoup4 4.8.0 ?
  2. Should I install 20181108 instead of 20201018 ?
Reply


Messages In This Thread
RE: pdfminer package: can't find exgtract_text function - by Pavel_47 - Jan-25-2021, 02:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  package script cant find sibling script when executed from outside Bock 3 956 Mar-03-2023, 04:26 PM
Last Post: snippsat
  pdfminer package: module isn't found Pavel_47 25 9,487 Sep-18-2022, 08:40 PM
Last Post: Larz60+
  how can a function find the name by which it is called? Skaperen 18 3,601 Aug-24-2022, 04:52 PM
Last Post: Skaperen
  Error in find pearson correlation function erneelgupta 1 1,928 Mar-01-2022, 03:41 PM
Last Post: stevendaprano
  pdfminer to csv mfernandes 2 2,871 Jun-16-2021, 10:54 AM
Last Post: mfernandes
  pdfminer vs pdfplumber pprod 2 6,283 Jan-30-2021, 01:35 PM
Last Post: pprod
  pdfminer.six: search for complete documentation Pavel_47 3 2,860 Jan-25-2021, 04:41 PM
Last Post: buran
  How do I find if a function has been defined? AndyHolyer 3 2,329 Jul-24-2020, 01:39 PM
Last Post: Gribouillis
  How to find a zero of this function? kkitti93 4 3,841 Jan-16-2020, 08:44 AM
Last Post: kkitti93
  Create a function to find words of certain length ag4g 2 4,138 Apr-21-2019, 06:20 PM
Last Post: BillMcEnaney

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020