JoshData / pdf-diff

A PDF comparison utility in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No matching distribution found for pdf-diff

RealSalmon opened this issue · comments

python 3.6.2
pip 9.0.1

$ pip install pdf-diff
Collecting pdf-diff
  Could not find a version that satisfies the requirement pdf-diff (from versions: )
No matching distribution found for pdf-diff

I have the same problem and I think it is, because pypi does not have a version for python 3.6. Could that be the problem?

commented

Same problem here

$ pip --version
pip 10.0.1 from /home/isalgueiro/.local/lib/python3.5/site-packages/pip (python 3.5)

Try:

pip install pdf-diff3

That looks like it might have the code in this repository but I didn't create it.