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
117 stars 26 forks source link

Error when trying to deploy on aws-lambda #149

Closed eupattaro89 closed 2 months ago

eupattaro89 commented 2 months ago

It yields

"errorMessage": "cannot import name 'etree' from 'lxml' (/var/task/lxml/init.py)",

Trying to figure out what is the issue/how to fix it.

adbar commented 2 months ago

Hi @eupattaro89, I don't use this platform and cannot reproduce the issue.

I recommend looking for "AWS Lambda [error message]", there seems to be ways around this problem.