Skip to content

DowngradeVersion #16919

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

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

paras-B
Copy link

@paras-B paras-B commented Mar 25, 2025

Issue Description

  • Setuptools version 61.0.0+ introduces stricter configuration validation that breaks installation of filterpy due to an invalid configuration key in setup.cfg.

Detailed Problem:

  1. Current setuptools versions raise an error for the description-file key in setup.cfg.
  2. This prevents installation of filterpy, which is a dependency for facexlib.
  3. This error occurs with setuptools versions 61.0.0

Temporary Workaround:

  • Downgrade setuptools to version 60.10.0:

pip install setuptools==60.10.0

Recommended Long Term Solution:

Update filterpy packages's setup.cfg to use correct configurtion key:

  • Change description-file = README.rst to description_file = README.rst

@paras-B
Copy link
Author

paras-B commented Mar 25, 2025

Addresses Issues:
#16916
#16917

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

Successfully merging this pull request may close these issues.

1 participant