colemana / PyPDF2

A utility to read and write pdfs with Python. Superseded: see https://github.com/knowah/PyPDF2
Other
79 stars 19 forks source link

pypi download via pip is broken #4

Open bmannix opened 11 years ago

bmannix commented 11 years ago

The download for PyPDF2 is broken. I cannot download the package via pip. https://pypi.python.org/pypi/PyPDF2

Steps to reproduce:

$ pip search PyPDF2
PyPDF2                    - PDF toolkit
pypdf2table               - PDF table extraction tool
$ pip install PyPDF2
Downloading/unpacking PyPDF2
  Could not find any downloads that satisfy the requirement PyPDF2
moodh commented 11 years ago

Any news on this?

jack-oquin commented 11 years ago

I'm having the same problem on Ubuntu Precise.

moodh commented 11 years ago

Posted an issue here on the updated project: https://github.com/mstamy2/PyPDF2/issues/20