Re: [web2py] RuntimeError: No driver of supported ones ('psycopg2',) is available

2022-08-01 Thread Clemens
I'm using a similar configuration (Ubuntu instead of Debian, but that's no big difference). Thus, have a try with *pip3* install psycopg2 to make sure, you're using the python 3 lib. Works for me :-) On Monday, August 1, 2022 at 5:14:31 PM UTC+2 Massimiliano wrote: > Try to install psycopg2-bin

Re: [web2py] RuntimeError: No driver of supported ones ('psycopg2',) is available

2022-08-01 Thread Massimiliano
Try to install psycopg2-binary instead. pip install psycopg2-binary Il giorno lun 1 ago 2022 alle ore 17:10 Lee P ha scritto: > *does web2py support postgres version 13?* > > *I installed with:* > pip install psycopg2 > *I created the database and superuser* > *I edited *postgresql.conf *and

[web2py] RuntimeError: No driver of supported ones ('psycopg2',) is available

2022-08-01 Thread Lee P
*does web2py support postgres version 13?* *I installed with:* pip install psycopg2 *I created the database and superuser* *I edited *postgresql.conf *and *pg_hba.conf *I tested the connection with my database, host, port, and superuser* pg_isready -d drum -h localhost -p 5432 -U drumair The d