Thanks, I'll check it out now. 

On Thu, Mar 16, 2023 at 9:07 PM Clark Boylan <cboylan@sapwetik.org> wrote:
On Thu, Mar 16, 2023, at 12:10 PM, Toheeb Oyekola wrote:
> Hi everyone, I am having some error when i run "tox -e py3", here is a
> linke to the error 
> https://paste.openstack.org/show/b5SAyZ35FdDuK2sRwTxD/.

The paste indicates "Error: pg_config executable not found." which appears to be necessary to install the psycopg2 PostgreSQL python library. Cinder's bindep.txt file [0] captures the system level dependencies for PostgreSQL which i expect cover this. You can use the bindep tool to ensure you've got all the necessary system libs installed. However, I note in your paste that you have windows filesystem paths and I'm not sure if bindep will run properly in that environment. We'd be happy to hear if it works or not as that is good info to have.

[0] https://opendev.org/openstack/cinder/src/branch/master/bindep.txt#L28-L31