Unable to import module 'handler': No module named 'bs4'

My function uses BeautifulSoup and Tabula packages to scrape data from websites. Included both “bs4” and “tabula” to the requirements.txt file before deploying to serverless AWS Lambda.

When testing the Lambda function, I get this error “Unable to import module ‘handler’: No module named ‘bs4’”

I’m having this same Issue! did you fix it?

I was not able to fix. I’ve abandoned the project, sadly.