Skip to content
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

Cannot install with setuptools>=58.0.2 #169

Closed
KJSanchez opened this issue Aug 26, 2022 · 3 comments
Closed

Cannot install with setuptools>=58.0.2 #169

KJSanchez opened this issue Aug 26, 2022 · 3 comments

Comments

@KJSanchez
Copy link

KJSanchez commented Aug 26, 2022

Setuptools 58.0.2 fails fast when installing packages that want 2to3. pypa/setuptools#2769

$ /var/app/venv/staging-LQM1lest/bin/pip list setuptools
Package    Version
---------- -------
gunicorn   20.1.0
pip        22.2.1
setuptools 63.2.0
wheel      0.37.1
$ /var/app/venv/staging-LQM1lest/bin/pip install fedex==2.4.1
Collecting fedex==2.4.1
  Using cached fedex-2.4.1.tar.gz (280 kB)
  Preparing metadata (setup.py) ... done
Collecting suds-jurko
  Using cached suds-jurko-0.6.zip (255 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      error in suds-jurko setup command: use_2to3 is invalid.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
@KJSanchez KJSanchez changed the title Cannot install on python 3.8 Cannot install with setuptools>=58.0 Aug 26, 2022
@KJSanchez KJSanchez changed the title Cannot install with setuptools>=58.0 Cannot install with setuptools==63.2.0 Aug 26, 2022
@KJSanchez KJSanchez changed the title Cannot install with setuptools==63.2.0 Cannot install with setuptools>=58.0.2 Aug 26, 2022
@mmangione
Copy link

mmangione commented Sep 1, 2022

The fundamental issue is with suds-jurko. Its development has been abandoned and it does not work correctly any longer.

The devs of this project have an active pull request to switch to suds-community - the fix the long abandoned suds-jurko project. This PR has been there for the last few months with no movement.

The last update of this codebase was April 2022. These devs are not paying attention to this project either.

@mmangione
Copy link

You can switch to this project, which has a patched version of suds.

https://github.com/Mobelux/python-fedex

@radzhome
Copy link
Member

create a PR to use patched version of suds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants