You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jiridj
I use serverless-chrome with Python 3.8 in AWS Lambda. In my case, I needed to install dependencies, and installing the latest chrome solves the task. There must be multiple ways to install. My way was below.
Hi!
I'm having issues running headless chrome on AWS Lambda with the Python 3.8 runtime. I'm hoping you would have an idea why.
This is the exception I get, which according to StackOverflow typically points to incompatibilities between the two libraries above.
What would be the proper version of Chromedriver to run serverless chrome with Python 3.8?
Thanks!
The text was updated successfully, but these errors were encountered: