-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use_2to3 is invalid (suds-jurko) #2784
Comments
This issue is an intentional change as a result of version 58 release. The issue should be fixed in the suds-jurko project. |
The Homepage link from the PyPI project is 404, and the last release was in 2014, so it seems the project is abandoned. I vaguely remember working on that project. I may even have been the person who contributed the If I don't hear back from Jurko or if he's unwilling to hand over maintenance or address the issue, I'll probably create yet another fork of the project. |
I found https://github.com/andersinno/suds-jurko, which not only contains the code history, but also seems to have changes that were previously unreleased. The issue was reported andersinno/suds-jurko#6. |
Totally make sense. Thanks, Jason! |
Update: I've been in contact with jurko and am working out a plan to update suds-jurko to work in a Setuptools 58 world. |
Being yet unable to find bandwidth to maintain the project, I've uploaded a wheel to https://m.devpi.net/jaraco/dev that consumers can use to bypass the issue:
As you can see, I downloaded the sdist directly from PyPI and uploaded it to devpi. Users can use that index to get that build:
|
I've forked suds-jurko into a new project, suds-bis with an 0.6 release matching the behavior of suds-jurko 0.6. This build includes wheels and will install on Python 2 and Python 3. Please use it in place of |
Today, I learned that suds-community exists and is actively maintained. Forget about suds-bis and use suds-community instead. |
setuptools version
setuptools==58.0.4
Python version
Python 3.8
OS
Ubuntu
Additional environment information
No response
Description
try pip install suds-jurko==0.6 and fail
Expected behavior
install suds-jurko==0.6 successfully
How to Reproduce
pip install suds-jurko==0.6
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: