19.10.2021 · Based on comments here, I was able to install this package using pip install "setuptools==58.0.0" pip install -r requirements.txt --use-deprecated=legacy-resolver Share
use_2to3 has been removed as of 58.0.0 of setuptools, the reason you could install it was setuptools==58.0.0 didn't properly fail the installation process, so while it appeared to have been successful, it likely wasn't.. For this particular package, relevant bug was fixed in 0.3.0, can you try setoptconf==0.3.0 instead?
09.09.2021 · ----- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. Expected behavior I would expect the that use_2to3_fixers and use_2to3_exclude_fixers would be backwards compatible and allow gdal to build
Sep 06, 2021 · jaraco mentioned this issue on Sep 12. use_2to3 is invalid (suds-jurko) pypa/setuptools#2784. Closed. 1 task. jaraco added a commit to jaraco/suds that referenced this issue on Sep 21. Restore support for use_2to3 by pinning Setuptools. Fixes andersinno#6. b37527b. Sign up for free to join this conversation on GitHub .
08.10.2021 · 3. password=args.vm_password. #668 opened on Jun 21, 2021 by rapgro. add_nic_to_vm.py doesn't work for VDS case. #666 opened on May 27, 2021 by ckjhljcy. 1. Can not find vm when using change_vm_nic_state.py. #665 opened on Apr 22, 2021 by stefanie0722. User is not getting consistent result when running the script.
Oct 08, 2021 · 3. password=args.vm_password. #668 opened on Jun 21, 2021 by rapgro. add_nic_to_vm.py doesn't work for VDS case. #666 opened on May 27, 2021 by ckjhljcy. 1. Can not find vm when using change_vm_nic_state.py. #665 opened on Apr 22, 2021 by stefanie0722. User is not getting consistent result when running the script.
Hello, When I install suds-jurko in my Centos server, I got the follow error: error in suds-jurko setup command: use_2to3 is invalid. My OS version is: Centos 7.9 ...
RUN pip install suds-jurko. RUN pip install --upgrade --no-cache-dir pip setuptools. RUN pip install --upgrade --no-cache-dir git+ https://github.com/vmware/vsphere-automation-sdk-python.git. It seems to avoid the issue with the "No matching distribution found for suds-jurko" and setup completes without any issue.
setuptools use_2to3 is invalid (ibm_db) - Python setuptools version. setuptools==58.0.4. Python version. Python 3.6. OS. Linux Centos 8. Additional environment information. No response. Description. Our build failed when using setuptools-58.0.4 and then to install ibm_db, it had worked with setuptools==57.5.0
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. This build includes wheels and will install on Python 2 and Python 3.
Hello, I'm trying to get lexicon set up for local development. I'm following the instructions here. When I run poetry install -E full it fails when trying to …
Oct 20, 2021 · Based on comments here, I was able to install this package using pip install "setuptools==58.0.0" pip install -r requirements.txt --use-deprecated=legacy-resolver Share
Oct 20, 2021 · error in suds-jurko setup command: use_2to3 is invalid. October 20, 2021 odoo-12, python-3.x. enviroment info: python3 –version:Python 3.6.5. pip3 –version:pip 21.2.4. when i execute : "pip3 install -r requirements.txt" there is a error:error in suds-jurko setup command: use_2to3 is invalid.