安装 suds 时提示 ModuleNotFoundError: No module named 'client'  ,没有模块叫 client 的。

需要先安装 client ,然后再安装 suds 。

pip install client

pip install suds

相关文章: