Issues with pgxnclient package on CentOS 6 64 bit

From: Gabriele Bartolini <Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it>
To: <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Issues with pgxnclient package on CentOS 6 64 bit
Date: 2013-01-16 10:15:04
Message-ID: 14e66217cc473394196596bd98d5ad0c@2ndquadrant.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

Hi,

I installed the pgxnclient on CentOS 6 (64 bit). I then ran:

# pgxn install oracle_fdw
Traceback (most recent call last):
File "/usr/bin/pgxn", line 5, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

I then installed the python-setuptools, and retried getting this:

# pgxn install oracle_fdw
Traceback (most recent call last):
File "/usr/bin/pgxn", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655,
in <module>
working_set.require(__requires__)
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648,
in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546,
in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: simplejson>=2.1

Unfortunately, the shipped python-simplejson package is version
2.0.9.

Any suggestion?

Cheers,
Gabriele

--
Gabriele Bartolini - 2ndQuadrant Italia
PostgreSQL Training, Services and Support
Gabriele(dot)Bartolini(at)2ndQuadrant(dot)it - www.2ndQuadrant.it

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2013-01-16 15:18:29 Re: Issues with pgxnclient package on CentOS 6 64 bit
Previous Message Devrim GÜNDÜZ 2013-01-07 10:58:50 Re: Missing libpq error with pgadmin/postgresql-libs