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
In python 3.7.7, you can use
pip install suds-py3
to install suds py3 package. If your code not work as expected, you can delete the suds directory in
python3.7/site-packages/
and rerun