Closed hakarapet closed 4 years ago
@hakarapet I had the same error. On Mac and also on python 3.7. Uninstalling and re-installing postgres worked for me.
brew uninstall postgres
brew install postgres
@bigsee thanks for the comment.
The issue I had was occurring on my CI level before getting to aws. I'm using "terraform" to build, but before that, I run tests on CI, this is where I was having issues. The image that I was using was causing the issue.
The 3.7 lib that is provided in this repo actually worked on aws! Currently using that.
Thanks
Getting this error when the lib is loading
just copied the
psycopg2-3.7
folder into lambda directory and renamed it topsycopg2
python version 3.7