Re: ERROR: ImportError: No module named 'psutil'

From: Ganesh Korde <ganeshakorde(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: ERROR: ImportError: No module named 'psutil'
Date: 2021-08-02 15:05:22
Message-ID: CAPNyb0VnsbjJ5M+A4sP4LSq9f_wzVEDm_BMx2qScfGrvNJu7mQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general

Ok, thanks guys. Let me check that.

On Sun, Aug 1, 2021 at 10:05 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> writes:
> > In that vein the OP could run:
>
> > DO $$
> > import sys
> > plpy.notice(sys.version)
> > $$ LANGUAGE plpython3u;
>
> > in the database to see what plpython3u is actually pointing at?
>
> +1 ... looking at sys.path in the same way would also be useful.
>
> regards, tom lane
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Christian Lehmann 2021-08-03 14:31:33 Migration struggles
Previous Message Tom Lane 2021-08-01 16:35:09 Re: ERROR: ImportError: No module named 'psutil'

Browse pgsql-general by date

  From Date Subject
Next Message Dhanush D 2021-08-02 18:41:24 Re: Postgres 9.6 to 12.7 pg_upgrade error - terminating connection due to administrator command
Previous Message Vijaykumar Jain 2021-08-02 14:57:04 Re: Lazy View's Column Computing