-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debian buster problem #3
Comments
If you install pdf-link-checker v1.2.0 directly from GitHub |
Should it run with python3? |
I'm running Python 2.7.17. I did reinstall Python2 on my Mac at one point with this line of code: |
On buster I have 2.7.16 and unfortunately there are still problems - cf. the enclosed log. |
Now pip3 claims pdf-link-checker 1.1.1 has been installed succesfully, but the program is not in the path. Moreover it is not present in the reported installation directory: |
Greetings |
Thanks! When tested on https://www.researchgate.net/publication/368455744 (you have explicitely ask for the access) I get When tested on https://www.researchgate.net/publication/363698181 the program reports a lot of errors which seem to be actually not existing; moreover it reports strange links like |
I used the program succesfully several month ago. Now I get:
pip install pdf-link-checker
Requirement already satisfied: pdf-link-checker in /home/jsbien/.local/lib/python2.7/site-packages (1.1.1)
Requirement already satisfied: pdfminer in /home/jsbien/.local/lib/python2.7/site-packages (from pdf-link-checker) (20140328)
/home/jsbien/.local/bin/pdf-link-checker -h
Traceback (most recent call last):
File "/home/jsbien/.local/bin/pdf-link-checker", line 54, in <module>
from pdfminer.pdfparser import PDFDocument, PDFParser
ImportError: cannot import name PDFDocument
Any suggestions?
The text was updated successfully, but these errors were encountered: