No matching distribution found for pdf-diff
RealSalmon opened this issue · 4 comments
RealSalmon commented
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
sebastianbeyer commented
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?
isalgueiro commented
Same problem here
$ pip --version
pip 10.0.1 from /home/isalgueiro/.local/lib/python3.5/site-packages/pip (python 3.5)
Jacek-Siuda commented
Try:
pip install pdf-diff3
JoshData commented
That looks like it might have the code in this repository but I didn't create it.