我试图通过命令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的虚拟专用服务器上。