
Ubuntu 16.04.1 LTSI'm trying to install lxml v3.4.4, which I need for ruing w3af.By the way, I had lxml-3.5.0 installed, but w3af didn't accept it somehow and needed v3.4.4 exactly.So, I used the command Code: sudo pip install lxml==3.4.4 with the following output: Code: sudo -H pip install lxml==3.4.4Collecting lxml==3.4.4 Downloading lxml-3.4.4.tar.gz (3.5MB) 100% |████████████████████████████████| 3.5MB 175kB/s Building wheels for collected packages: lxml Ruing setup.py bdist_wheel for lxml ... error Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-6c2Jyo/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(__fi...
ادامه مطلب