Closed isaacto closed 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. :)
Same here, running into this issue.
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/ .
Thank you for raising the issue :)
I just released the new version 1.4.1.
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 .
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.