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
Often times errors like this result from an error to source .venv/bin/activate, where .venv is the location of your virtualenv.
source .venv/bin/activate
.venv