you need to install psycopg2 package
pip3 install psycopg2
or
pip3 install psycopg2-binary
On Tue, Feb 18, 2020 at 7:52 AM Maurice Waka <
mauri...@gmail.com> wrote:
>
> SO I start importing/changing from web2py to py4web.
> File "/home/maurice/.local/lib/python3.6/site-packages/pydal/adapters/base.py", line 134, in find_driver
> "No driver of supported ones %s is available" % str(self.drivers)
> RuntimeError: No driver of supported ones ('psycopg2',) is available
>