Добрый день!
Столкнулся с ошибкой при попытки установить lxml и pycurl в виртуальной среде (Virtualenv) с использованием python3.4. Просмотрел множество форумов но предлагаемые решения не помогли.
Используется Ubuntu 14.04.4 LTS
Сама ошибка выглядит так (пробовал использовать pip и easy_install)
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command "/var/virtual/python3.4/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-fyqky764/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-64zf48ta-record/install-record.txt --single-version-externally-managed --compile --install-headers /var/virtual/python3.4/include/site/python3.4/lxml" failed with error code 1 in /tmp/pip-build-fyqky764/lxml/
(python3.4)root@55566:/var/virtual/python3.4/parser# error: command 'x86_64-linux-gnu-gcc' failed with exit status 1