Tried installing wfuzz this morning. Using either method (git clone or
pip install) I'm getting this -
"Command python setup.py egg_info" failed with error code 1 in
/tmp/pip-install-nUZqL0/pycurl/
The two methods for install are -
git clone github.com/xmenez/wfuzz && pip install pycurl
pip install wfuzz
Whether using git clone and then pip install pycurl, or using pip
install wfuzz I come to the same message. Is this related to pycurl or
is it something localized to pycurl (or am I doing something out of
sync). Just checking to see if others have encountered the same
situation. Thanks.