I've got the same problem and I've tried to fix it installing it as described. It works but you must stop and restart your virtual environment.
Il giorno lunedì 19 ottobre 2020 alle 23:10:32 UTC+2 Jose C ha scritto: > > > On Monday, 19 October 2020 21:51:00 UTC+1, Ramos wrote: >> >> got the answer from support >> >> Hi António, if you need psycopg2 then please install it like this: >> >> export PATH=/usr/pgsql-11/bin/:$PATH >> cd ~/apps/fileit >> source env/bin/activate >> pip install psycopg2 >> >> > Glad to hear it's working. The above is installing the latest psycopg2 > version into your virtual environment. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/731d12e0-5f36-4c3d-8490-dddb9589ed66n%40googlegroups.com.

