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

SetuptoolsDeprecationWarning: Invalid dash-separated options - setuptools-69.5.1 #11

Open
jbisbee opened this issue May 18, 2024 · 0 comments

Comments

@jbisbee
Copy link

jbisbee commented May 18, 2024

By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported.

Collecting suds-jurko
Using cached https://XXXX/repository/pi-py_mirror/files.pythonhosted.org/https/packages/d0/88/f3bed9b494e0dae26bd55e5f3d527b8244208125024727267e8109956a11/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
╰─> [16 lines of output]
/home/XXXXXX/venv/XXXXXXX/lib/python3.9/site-packages/setuptools/dist.py:476: SetuptoolsDeprecationWarning: Invalid
dash-separated options
!!


Usage of dash-separated 'index-url' will not be supported in future
versions. Please use the underscore name 'index_url' instead.

By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.


!!
opt = self.warn_dash_deprecation(opt, section)
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.

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

1 participant