suds install error: no module named client

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

    According to this page, you should try running sudo pip-3.2 install suds-jurko. It looks like suds may not have been updated to work with 3.2 whereas suds-jurko has been. Hope this helps!

    EDIT:

    From the suds-jurko PyPI page:

    Lightweight SOAP client (Jurko's fork).

    Based on the original 'suds' project by Jeff Ortel (jortel at redhat dot com) hosted at 'https://fedorahosted.org/suds'.

    'Suds' is a lightweight SOAP-based web service client for Python licensed under LGPL (see the LICENSE.txt file included in the distribution).

    This is hopefully just a temporary fork of the original suds Python library project created because the original project development seems to have stalled. Should be reintegrated back into the original project if it ever gets revived again.

    0 讨论(0)
提交回复
热议问题