suds install error: no module named client

后端 未结 7 1152
粉色の甜心
粉色の甜心 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

    I would recommend installing the latest jurko developer's cut, which should handle an issue with recursion depth loading for big WSDL's (I ran into this with the NetSuite WSDL) This version should fix the issue.

    $ sudo pip install bitbucket.org/jurko/suds/get/tip.tar.gz#egg=suds
    

    Here is the Bitbucket Project page:

    https://bitbucket.org/jurko/suds/wiki/Home

提交回复
热议问题