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

The stringcase package can no longer be installed with setuptools version >=78. #3238

Closed
T4rk1n opened this issue Mar 24, 2025 · 3 comments · Fixed by #3239 or admariner/dash#292
Closed
Assignees
Labels
bug something broken P1 needed for current cycle

Comments

@T4rk1n
Copy link
Contributor

T4rk1n commented Mar 24, 2025

          The [https://pypi.org/project/stringcase/](stringcase) package, that is hard dependacy of Dash since this PR can no longer be installed using setuptools >=78, because of the following PR [https://github.com/pypa/setuptools/pull/4870](#4870). As a result, Dash can no longer be installed with setuptools version >=78.

Originally posted by @ivan-mingolov-blue-technologies in #3220 (comment)

@T4rk1n
Copy link
Contributor Author

T4rk1n commented Mar 24, 2025

Should just remove "stringcase" and handle PascalCase in the codebase.

@T4rk1n T4rk1n self-assigned this Mar 24, 2025
@T4rk1n T4rk1n added bug something broken P1 needed for current cycle labels Mar 24, 2025
@ndrezn
Copy link
Member

ndrezn commented Mar 24, 2025

Plotly's Enterprise libraries are experiencing this in CI.

@ndrezn
Copy link
Member

ndrezn commented Mar 24, 2025

Setuptools diff causing this: pypa/setuptools#4870

A traceback might look like:

      setuptools.errors.InvalidConfigError: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken P1 needed for current cycle
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants