Module notfounderror when installing suds: no module named ‘client’ solution

python3 Install suds error:ModuleNotFoundError: No module named 'client'
Solution:

pip install suds-py3

Read More: