suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

Issue Installing `suds==1.1.2` via `pip` on Python 2.7 #97

Closed shahar-spormas closed 8 months ago

shahar-spormas commented 8 months ago

Hey,

I'm encountering an issue while trying to pip install suds==1.1.2. The error message is as follows:

Could not find a version that satisfies the requirement suds==1.1.2 (from versions: 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.4)

My pip version is 9.0.1 (yes, it's old), and I'm using Python 2.7. Any suggestions on how to resolve this?

Thanks, Shahar

phillbaker commented 8 months ago

Hi - version 1.x dropped support for python 2, see the change log here https://github.com/suds-community/suds/blob/master/CHANGELOG.md#version-100-100-beta1-100-beta2-2021-09-13

Please try installing a version < 1.0.

On Mon, Jan 22, 2024 at 9:55 AM shahar spormas @.***> wrote:

Hey,

I'm encountering an issue while trying to pip install suds==1.1.2. The error message is as follows:

Could not find a version that satisfies the requirement suds==1.1.2 (from versions: 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.4)

My pip version is 9.0.1 (yes, it's old), and I'm using Python 2.7. Any suggestions on how to resolve this?

Thanks, Shahar

— Reply to this email directly, view it on GitHub https://github.com/suds-community/suds/issues/97, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXCKO2G24XIRFUQN2RR3DYPZ4VFAVCNFSM6AAAAABCFLDK6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TIMJQGAYTIMA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

shahar-spormas commented 8 months ago

Hi - version 1.x dropped support for python 2, see the change log here https://github.com/suds-community/suds/blob/master/CHANGELOG.md#version-100-100-beta1-100-beta2-2021-09-13 Please try installing a version < 1.0. On Mon, Jan 22, 2024 at 9:55 AM shahar spormas @.> wrote: Hey, I'm encountering an issue while trying to pip install suds==1.1.2. The error message is as follows: Could not find a version that satisfies the requirement suds==1.1.2 (from versions: 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.4) My pip version is 9.0.1 (yes, it's old), and I'm using Python 2.7. Any suggestions on how to resolve this? Thanks, Shahar — Reply to this email directly, view it on GitHub <#97>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXCKO2G24XIRFUQN2RR3DYPZ4VFAVCNFSM6AAAAABCFLDK6KVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4TIMJQGAYTIMA . You are receiving this because you are subscribed to this thread.Message ID: @.>

Great! thank you!!