1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| (tweb_env) root@Thortest:~ Looking in indexes: http://mirrors.cloud.aliyuncs.com/pypi/simple/ Collecting psycopg2 Downloading http://mirrors.cloud.aliyuncs.com/pypi/packages/fd/ae/98cb7a0cbb1d748ee547b058b14604bd0e9bf285a8e0cc5d148f8a8a952e/psycopg2-2.8.6.tar.gz (383 kB) |████████████████████████████████| 383 kB 14.5 MB/s ERROR: Command errored out with exit status 1: command: /root/tweb_env/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-t1d0xq5b/psycopg2/setup.py'"'"'; __file__='"'"'/tmp/pip-install-t1d0xq5b/psycopg2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-6rwptxzr cwd: /tmp/pip-install-t1d0xq5b/psycopg2/ Complete output (7 lines): running egg_info creating /tmp/pip-pip-egg-info-6rwptxzr/psycopg2.egg-info writing /tmp/pip-pip-egg-info-6rwptxzr/psycopg2.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-6rwptxzr/psycopg2.egg-info/dependency_links.txt writing top-level names to /tmp/pip-pip-egg-info-6rwptxzr/psycopg2.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-6rwptxzr/psycopg2.egg-info/SOURCES.txt' Error: b'You need to install postgresql-server-dev-X.Y for building a server-side extension or libpq-dev for building a client-side application.\n' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
|