free-proxy
free-proxy copied to clipboard
lxml etree issue in AWS Lambda
Hello all, I'm getting this error message due to the library lxml and the modulo etree in AWS Lambda. I'm using python 3.9.
[ERROR] Runtime.ImportModuleError: Unable to import module 'src/lambda_function': cannot import name 'etree' from 'lxml' (/var/task/lib/lxml/init.py) Traceback (most recent call last):
Do you have any help for me please :'c