Skip to content

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:

  • Current setuptools versions raise an error for the description-file key in setup.cfg.
  • This prevents installation of filterpy, which is a dependency for facexlib.
  • 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`

AUTOMATIC1111 and others added 30 commits July 27, 2024 07:09
for some reason upscale using cpu will fail with
RuntimeError: Inplace update to inference tensor outside InferenceMode
switch from no_grad to inference_mode seems to have fixed it
Github -> GitHub
…pred

Support and automatically detect SDXL V-prediction models
add break-word for geninfo in pnginfo
…auto

Automatically enable ztSNR based on existence of key in `state_dict`
chore(js): avoid lots of `Wake Lock is not supported.`
shared.opts.concurrent_git_fetch_limit
w-e-w and others added 27 commits December 24, 2024 22:58
…mport-modules-errors

removed unnecessary import 'modules.errors'
Fix  Codeformer extension , Inconsistent overlay layer types when visibility value is less than 1
Fix  gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
Fix  Codeformer and gfpgan extension , Inconsistent overlay layer types when visibility value is less than 1
This reverts commit 8c6c973.

Revert "Update settings.js"

This reverts commit 4fa673a.

Revert "Update style.css"

This reverts commit a037918.
Fix: changed settings overflow, display up to 5 lines with scroll bar
* use not equal when comparing mtime

* cache partial hash

aka old hash

Co-Authored-By: npc-riddlah <[email protected]>

---------

Co-authored-by: npc-riddlah <[email protected]>
* small fix, prevent annoying error log when registering keydown esc from user custom js

* Update script.js

Co-authored-by: missionfloyd <[email protected]>

---------

Co-authored-by: missionfloyd <[email protected]>
@paras-B paras-B requested a review from AUTOMATIC1111 as a code owner March 25, 2025 04:47
@paras-B paras-B closed this Mar 25, 2025
@paras-B paras-B deleted the paras-B-filterpy-setuptools-fix branch March 25, 2025 04:54
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.