Can't install psycopg2 (Python2.6 Ubuntu9.10 PostgreSQL8.4.2)

Posted by yuv on Stack Overflow See other posts from Stack Overflow or by yuv
Published on 2010-03-13T00:14:45Z Indexed on 2010/03/13 0:17 UTC
Read the original article Hit count: 657

$ ~/psycopg2-2.0.13$ python setup.py install running install running build running build_py creating build creating build/lib.linux-x86_64-2.6 creating build/lib.linux-x86_64-2.6/psycopg2 copying lib/init.py -> build/lib.linux-x86_64-2.6/psycopg2 copying lib/pool.py -> build/lib.linux-x86_64-2.6/psycopg2 copying lib/extensions.py -> build/lib.linux-x86_64-2.6/psycopg2 copying lib/errorcodes.py -> build/lib.linux-x86_64-2.6/psycopg2 copying lib/extras.py -> build/lib.linux-x86_64-2.6/psycopg2 copying lib/tz.py -> build/lib.linux-x86_64-2.6/psycopg2 copying lib/psycopg1.py -> build/lib.linux-x86_64-2.6/psycopg2 running build_ext error: No such file or directory

or

$ sudo easy_install psycopg2==2.0.13 Searching for psycopg2==2.0.13 Reading http;//pypi.python.org/simple/psycopg2/ Reading http;//initd.org/projects/psycopg2 Reading http;//initd.org/pub/software/psycopg/ Best match: psycopg2 2.0.13 Downloading http;//initd.org/pub/software/psycopg/psycopg2-2.0.13.tar.gz Processing psycopg2-2.0.13.tar.gz Running psycopg2-2.0.13/setup.py -q bdist_egg --dist-dir /tmp/easy_install-QuViWt/psycopg2-2.0.13/egg-dist-tmp-P2W9Dh error: Setup script exited with error: No such file or directory

thanks in advance

© Stack Overflow or respective owner

Related posts about postgresql

Related posts about ubuntu-9.10