jsvine / pdfplumber

Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables.
MIT License
6.57k stars 659 forks source link

Can't install pdfplumber #246

Closed gui1herme closed 4 years ago

gui1herme commented 4 years ago

Hello This is my first attempt at using Python. Following a YouTube tutorial, but can't go past the installation of pdfplumber. Could some one guide me? I could successfully install jupyterlab, pandas, requests, scipy, and xlrd. No luck with pdfplumber. Tried Googling this issue but I have no idea what to look for, to be honest.

I'm using the latest Miniconda version (3.8).

This is the error: Untitled

Thanks in advance.

samkit-jain commented 4 years ago

Hi @gui1herme Thanks for your interest in the library. The package can be installed using pip. conda not supported. Instead of running conda install pdfplumber, please run pip install pdfplumber.