plainas / tq

Perform a lookup by CSS selector on an HTML input
MIT License
236 stars 5 forks source link

Remove bound for setuptools. #22

Closed sebastian-philipp closed 3 years ago

sebastian-philipp commented 3 years ago

Fixes AttributeError: 'HTMLParser' object has no attribute 'unescape'

plainas commented 3 years ago

Looks like this this is a backwards compatibility violation of python 3.9. https://github.com/coursera-dl/coursera-dl/issues/778

We can create a branch for python 3.9 and include this fix. But I would prefer to pin the exact version of setup tools.

plainas commented 3 years ago

Can you pin your current setuptools version and make a pull request targetting the python3.9 branch instead?