Failed to find library: libmysqlclient.so.18

1.1k Views Asked by At

I have flask API running on AWS lambda deployed using zappa.

While instancing it's not able to find libmysqlclient.so.18 file which I believe consumes a lot of time.

Error message in attached image

Can someone please help?

Thanks!

enter image description here

1

There are 1 best solutions below

0
On

There are several solutions proposed:

https://github.com/Miserlou/Zappa/issues/1834

1.

Django==2.0.0
Zappa==0.48.2
  1. try to add the following to your zappa settings:

    "include": []