python virtualenv安装模块错误

时间:2015-02-10 13:37:19

标签: python paypal debian virtualenv

我试图通过命令pip install paypalrestsdk将paypalrestsdk安装到我的virutalenv目录(/ var / www / tipomat)。 virtualenv目录已激活。

安装结束时出错:

Command "/var/www/tipomat/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-JNYP2q/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-McjuwW-record/install-record.txt --single-version-externally-managed --compile --install-headers /var/www/tipomat/include/site/python2.7" failed with error code 1 in /tmp/pip-build-JNYP2q/cffi

我有setuptools(12.0.5)

此问题出现在使用Debian OS的虚拟专用服务器上。

1 个答案:

答案 0 :(得分:1)

嘿,这是来自PayPal的Avi。该问题记录在system requirements的github上的自述文件中。