Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
paras-B wants to merge1 commit intoAUTOMATIC1111:dev
base:dev
Choose a base branch
Loading
fromparas-B:paras-B-filterpy-setuptools-compatibility

Conversation

@paras-B
Copy link

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:

  • Changedescription-file = README.rst todescription_file = README.rst

aleph23 reacted with thumbs up emoji
@paras-B
Copy link
Author

Addresses Issues:
#16916
#16917

aleph23 reacted with thumbs up emoji

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@AUTOMATIC1111AUTOMATIC1111Awaiting requested review from AUTOMATIC1111AUTOMATIC1111 is a code owner

@w-e-ww-e-wAwaiting requested review from w-e-ww-e-w is a code owner

@catboxanoncatboxanonAwaiting requested review from catboxanoncatboxanon is a code owner

At least 0 approving reviews are required to merge this pull request.

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@paras-B

[8]ページ先頭

©2009-2025 Movatter.jp