use_2to3 is invalid (suds-jurko)
See original GitHub issuesetuptools 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
command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-wo48v30_/suds-jurko_a8f10ed41d294fe38d06258da053bec4/setup.py'"'"'; __file__='"'"'/tmp/pip-install-wo48v30_/suds-jurko_a8f10ed41d294fe38d06258da053bec4/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-y09cg48r
--
| [2021-09-12T03:10:20Z] cwd: /tmp/pip-install-wo48v30_/suds-jurko_a8f10ed41d294fe38d06258da053bec4/
| [2021-09-12T03:10:20Z] Complete output (1 lines):
| [2021-09-12T03:10:20Z] error in suds-jurko setup command: use_2to3 is invalid.
| [2021-09-12T03:10:20Z] ----------------------------------------
| [2021-09-12T03:10:20Z] WARNING: Discarding https://files.pythonhosted.org/packages/bd/6f/54fbf0999a606680d27c69b1ad12dfff62768ecb9fe48524cebda6eb4423/suds-jurko-0.6.tar.bz2#sha256=29edb72fd21e3044093d86f33c66cf847c5aaab26d64cb90e69e528ef014e57f (from https://pypi.org/simple/suds-jurko/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
| [2021-09-12T03:10:20Z] ERROR: Could not find a version that satisfies the requirement suds-jurko==0.6 (from versions: 0.4.1.jurko.1, 0.4.1.jurko.2, 0.4.1.jurko.3, 0.4.1.jurko.4, 0.4.1.jurko.5, 0.5, 0.6)
| [2021-09-12T03:10:20Z] ERROR: No matching distribution found for suds-jurko==0.6
Code of Conduct
- I agree to follow the PSF Code of Conduct
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (7 by maintainers)
Top Results From Across the Web
error in suds-jurko setup command: use_2to3 is invalid #6
Hi, I am facing this issue while trying to install suds-jurko. My python version is 3.7.3 and pip version is 20.0.1
Read more >error in suds-jurko setup command: use_2to3 is invalid
Based on comments here, I was able to install this package using pip install "setuptools==58.0.0" pip install -r requirements.txt ...
Read more >Bug #1992825 “Designate stable/wallaby install fails: suds ...
Designate stable/wallaby install fails: suds-jurko use_2to3 is invalid. Bug #1992825 reported by Nate Johnston on 2022-10-13.
Read more >Replace suds-jurko with suds-community - OpenDev
suds -jurko is not compatible with setuptools >58.0.0 and has not been maintained for a long time. Let's use suds-community instead.
Read more >error in suds-jurko setup command: use_2to3 is invalid
when i execute : "pip3 install -r requirements.txt" there is a error:error in suds-jurko setup command: use_2to3 is invalid.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Today, I learned that suds-community exists and is actively maintained. Forget about suds-bis and use suds-community instead.