Python Forum

Full Version: install pdfminer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I tried to install pdfminer.
I used the following code on cmd: C:\Downloads> python -m pip install pdfminer.

However I got the following error: SyntaxError: Missing parentheses in call to 'print'

I have Python 3.6 and Anaconda3 installed on my computer.

Could it be because I'm running Python 3.6?

Please advise, thank you!
For Python 3 use pdfminer.six
pip install pdfminer.six
pdfminer is for version 2, you probably want the fork for versions 2 & 3 pdfminer.six