Psycopg2 isnt working in python 3.12.0

i was using python 3.11.4 to work on a Postgresql database using django but when im uprgade it to 3.12.0 psycopg2 isnt working and throw en error about MSV C++ (v14), so im go back to 3.11.4 and worked perfectly

Yes, this appears to be a known issue, as covered here:

Give them some time and it’ll most likely be resolved fairly soon. Till then stick with 3.11 as you did.

1 Like

Thanks man i really appreciate it

1 Like