The README.md should perhaps mention python3-psycopg2.
requirements.txt could perhaps be supplied for pip3 install. If not providing from system libs.
error below:
Traceback (most recent call last):
File "./baculabackupreport.py", line 1556, in <module>
import psycopg2.extras
ModuleNotFoundError: No module named 'psycopg2'
Hi Bill,
The README.md should perhaps mention
python3-psycopg2
.requirements.txt
could perhaps be supplied for pip3 install. If not providing from system libs.error below: