Importing psycopg2 for postgreSQL connection in a Python Workflow

Hello -

I am attempting to use the psycopg2 python library from within a python "workflow".

The library seems unavailable as import psycopg2 doesn't seem to work.

Is it possible to run pip install psycopg2 somewhere within retool? Or are there any other suggested "workarounds"?

Thank you,
Sam

Have you tried to import the library for the whole workflow?