adbar / htmldate

Fast and robust date extraction from web pages, with Python or on the command-line
https://htmldate.readthedocs.io
Apache License 2.0
118 stars 26 forks source link

requests version conflict in Google Colab #22

Closed ulf1 closed 4 years ago

ulf1 commented 4 years ago

https://github.com/adbar/htmldate/blob/4cfc1561ac023c8abeb54fbde5a44d329d68c777/setup.py#L74

Error in Google Colab

When installing trafilatura in Google Colab (08-Sep-2020) then htmldate throws an error due to a version conflict.

image

because the standard docker image of Google Colab is currently using requests==2.23.0 for Python 3.6.9

image

adbar commented 4 years ago

Indeed, thank you! Solved in 8ead30b and subsequent package release. Can you please confirm?

ulf1 commented 4 years ago

@adbar the installation works without problems in Colab now