aws-psycopg2 icon indicating copy to clipboard operation
aws-psycopg2 copied to clipboard

A aws psycopg2 package from psycopg2 https://pypi.org/project/aws-psycopg2/

Results 7 aws-psycopg2 issues
Sort by recently updated
recently updated
newest added

We're getting the following error after upgrading from python 3.8 to python 3.9. { "errorMessage": "Unable to import module 'lambda_function': /var/task/psycopg2/_psycopg.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8", "errorType": "Runtime.ImportModuleError", "requestId": "REMOVED", "stackTrace": []...

Hello, after upgrading the library to 1.3.0 we got this error: `Traceback (most recent call last): File "run.py", line 9, in from analytics.data_connections import ( File "/mnt3/yarn/usercache/hadoop/appcache/application_1655930109200_0001/container_1655930109200_0001_01_000001/analytics-09626d7-py3.7.egg/analytics/data_connections.py", line 6, in...

When using aws-psycopg2 in the AWS `public.ecr.aws/lambda/python:3.12` image the error ```ModuleNotFoundError: No module named 'psycopg2._psycopg'``` is produced when using the `sqlalchemy` package.

Hello, aws-psycopg2 1.3.8 Postgress 15.4 python 3.9 I add the aws-psycopg2 package as a layer to Lambda. This error occurs when I run the function as arm64. When I run...

Hi @AbhimanyuHK It looks like the current version doesn't support the new AWS Lambda Python 3.11. It works well with 3.10 but not 3.11. Also I noticed for 3.09, 3.10...

Hi, when installing the latest psycopg release via poetry the following warnings are displayed (see snippet below). Does the wheel need to be regenerated with the correct files and hashes...