Можно ли установить Fabric(Python) в Virtualenv? Получаю ошибку

Я пытаюсь установить Fabric в Virtualenv, но получаю ошибку. Я использую Python 2.7.2+

src/MD2.c:31:20: fatal error: Python.h: No such file or directory

compilation terminated.

error: command 'gcc' failed with exit status 1

----------------------------------------
Command /home/andre/python_virtualenv/bin/python -c "import setuptools;__file__='/home/andre/python_virtualenv/build/pycrypto/setup.py'; exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-YGuAIj-record/install-record.txt --install-headers /home/andre/python_virtualenv/include/site/python2.7 failed with error code 1
Storing complete log in /home/andre/.pip/pip.log

Есть подсказки, что здесь не так?

Best Regards,

7
задан André 6 January 2012 в 09:32
поделиться