yuanxu-li / html-table-extractor

extract data from html table
MIT License
84 stars 22 forks source link

Make new release #20

Closed isaacto closed 4 years ago

isaacto commented 4 years ago

The current version, 1.4.0, still have the beautifulsoup4==4.5.3 dependency. Unluckily, beautifulsoup4 really needs to be upgraded, because the previous version uses features deprecated in Python 3.7 and removed in Python 3.8. I noticed that the setup.py is already modified to take the new >=4 version tag in master, so a simple release of the current code should be sufficient to fix the issue.

vjer commented 4 years ago

@yuanxu-li I remember asking for that change to the version requirement! Would love to get a release that has it since we're running into the same problem isaacto is. :)

joshuatbadger commented 4 years ago

Same here, running into this issue.

isaacto commented 4 years ago

If you hit the problem and want temporary relief, you can use my temporary re-release at https://pypi.org/project/isaacto-html-table-extractor/ .

yuanxu-li commented 4 years ago

Thank you for raising the issue :)

I just released the new version 1.4.1.

vjer commented 4 years ago

Thank you!

On Fri, May 1, 2020 at 12:02 AM Justin Li notifications@github.com wrote:

Closed #20 https://github.com/yuanxu-li/html-table-extractor/issues/20.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yuanxu-li/html-table-extractor/issues/20#event-3292418936, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXYSNIZTOMC7IY6LV6MN3DRPJXW3ANCNFSM4JQNNBDQ .