如何为pypy安装包?

时间:2016-11-11 05:23:20

标签: python python-3.x pip pypy

我为pip安装了pypy,并成功安装了requestsBeautifulSoup4。 然后,我正在尝试安装psycopg2gevent。 两者都返回以下

Command "/usr/bin/pypy -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-OJcoXb/gevent/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-qsGmuG-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-OJcoXb/gevent/

0 个答案:

没有答案