Trying to install suds with pip-3.2 and it fails with the error
sudo pip-3.2 install suds Downloading/unpacking suds Running setup.py egg_info for package
Basically there is a problem with the compatbility of suds library and python version . Your python version should be 2.7.14.
I downgraded my python version 3.6 to 2.7.14 and it worked for me.
Please let me know , if there are any further errors.