virtualenv -p /usr/bin/python2.7 django_env cd django_env source bin/activate pip install -U pip
pip install lxml
error: command 'gcc' failed with exit status 1 ---------------------------------------- Cleaning up... Command /home/sash/django_env/bin/python2.7 -c "import setuptools;__file__='/home/sash/django2_env/build/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-tYrjRf-record/install-record.txt --single-version-externally-managed --install-headers /home/sash/django_env/include/site/python2.7 failed with error code 1 in /home/sash/django_env/build/lxml
Короче подскажите кто как справился с данной проблемой.