Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Python 2 dependency problem: pyquery #86

Open
cyranix opened this issue Nov 23, 2020 · 0 comments
Open

Python 2 dependency problem: pyquery #86

cyranix opened this issue Nov 23, 2020 · 0 comments

Comments

@cyranix
Copy link

cyranix commented Nov 23, 2020

pyquery has dropped Python 2 support as of v1.4.3, but pdfquery has no upper bound on this dependency for its Python 2 build.

See https://pypi.org/project/pyquery/ and view release notes for v1.4.1.

Solution: Change requirements_py2.txt to set an upper bound on pyquery.

Workaround: Since this library appears to be unmaintained at present, if you have legacy Python 2 applications which need pdfquery, set pyquery==1.4.1 in your requirements, or fork this library and edit the aforementioned requirements file accordingly.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant