Python Forum
Error when installing module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error when installing module
#1
Hello - I cannot install this module. I've looked for the file that is referenced but I can't find the path or the file.

As always - any help is appreciated!

Thanks!

Error:
c:\Users\Tonya\AppData\Local\Programs\Python\Python36 - 2>pip install pdfminer Collecting pdfminer Downloading https://files.pythonhosted.org/packages/57/4f/e1df0437858188d2d36466a7bb89aa024d252bd0b7e3ba90cbc567c6c0b8/pdfminer-20140328.tar.gz (4.1MB) 100% |████████████████████████████████| 4.1MB 155kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> File "C:\Users\Tonya\AppData\Local\Temp\pip-build-_hli0mi4\pdfminer\setup.py", line 3, in <module> from pdfminer import __version__ File "C:\Users\Tonya\AppData\Local\Temp\pip-build-_hli0mi4\pdfminer\pdfminer\__init__.py", line 5 print __version__ ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(__version__)? ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in C:\Users\Tonya\AppData\Local\Temp\pip-build-_hli0mi4\pdfminer\ You are using pip version 9.0.3, however version 10.0.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Reply
#2
On there GitHub page.
Quote:Install Python 2.6 or newer. (For Python 3 support have a look at pdfminer.six).
So for Python 3 pdfminer.six.
pip install pdfminer.six
Reply
#3
Awesome! Thanks for your help!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ERROR WHILE INSTALLING PLAYSOUND MODULE satwants33 2 1,317 Mar-23-2024, 12:50 PM
Last Post: Ritik2508
  Installing time module Led_Zeppelin 2 11,938 Aug-31-2021, 02:16 PM
Last Post: Led_Zeppelin
  Although this is a talib related Q it's mostly related to python module installing.. Evalias123 4 5,688 Jan-10-2021, 11:39 PM
Last Post: Evalias123
  error while installing any library using pip in windows AkashKansal 1 4,405 Sep-24-2020, 07:51 AM
Last Post: buran
  Pip prints huge error when installing p5 hayden2s 1 2,254 Aug-08-2020, 02:30 PM
Last Post: snippsat
  Installing Error - Python 2.7.8 saranana 2 2,562 Jun-04-2020, 02:25 AM
Last Post: pyzyx3qwerty
  Module not Installing Evil_Patrick 9 4,574 May-27-2020, 03:45 PM
Last Post: Evil_Patrick
  vlc module error pythonprogrammer 1 2,875 Apr-23-2020, 04:16 AM
Last Post: Larz60+
  Getting error while installing packages using pip Shreya 2 4,060 Apr-22-2020, 08:03 AM
Last Post: Shreya
  Error Installing PySceneDetect and OpenCV jpnoli 1 1,921 Mar-26-2020, 12:19 PM
Last Post: buran

Forum Jump:

User Panel Messages

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