suds install error: no module named client

后端 未结 7 1159
粉色の甜心
粉色の甜心 2020-12-08 19:21

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          


        
7条回答
  •  借酒劲吻你
    2020-12-08 19:34

    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.

提交回复
热议问题