AbhimanyuHK / aws-psycopg2

A aws psycopg2 package from psycopg2 https://pypi.org/project/aws-psycopg2/
75 stars 11 forks source link

Support for Python 3.9 and ARM64 architectures #8

Closed alexanderluiscampino closed 2 years ago

alexanderluiscampino commented 2 years ago

Hi,

Wondering the support on this project. And if possible to add the python 3.9 and ARM63 arhcitectures?

basitiyidir commented 2 years ago

looking forward to python 3.9

davidela commented 2 years ago

Any news about the Python 3.9 integration?

AbhimanyuHK commented 2 years ago

Hey @alexanderluiscampino @basitiyidir @davidela

Here is the new build 1.3.0

Let me know if guys face any issues

thanks for waiting.........

AbhimanyuHK commented 2 years ago

wait for sometimes i'm testing it.

AbhimanyuHK commented 2 years ago

Hi Guys.

Here is the latest build https://pypi.org/project/aws-psycopg2/1.3.8/

Many Thanks for waiting

GabriFila commented 1 year ago

Hi @AbhimanyuHK thank you for this package

I tried using this on a Macbook Pro M2 max with Python 3.9 but it throws me this error:

django.core.exceptions.ImproperlyConfigured: Error loading psycopg2 module: dlopen(/Users/gabrifila/.virtualenvs/wwm-core/lib/python3.9/site-packages/psycopg2/_psycopg.cpython-39-darwin.so, 0x0002): tried: '/Users/gabrifila/.virtualenvs/wwm-core/lib/python3.9/site-packages/psycopg2/_psycopg.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/gabrifila/.virtualenvs/wwm-core/lib/python3.9/site-packages/psycopg2/_psycopg.cpython-39-darwin.so' (no such file), '/Users/gabrifila/.virtualenvs/wwm-core/lib/python3.9/site-packages/psycopg2/_psycopg.cpython-39-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))

I'm using version 1.3.8 in the requirements.txt.

Do you know if it is possible to use it in this situation and do you have any suggestions on how to fix?

Thank you