Skip to content

Fix the issue of pip install 'setuptools<70' failing in cmd#17313

Merged
w-e-w merged 1 commit intoAUTOMATIC1111:devfrom
WhizZest:fix-setuptools-version
Mar 2, 2026
Merged

Fix the issue of pip install 'setuptools<70' failing in cmd#17313
w-e-w merged 1 commit intoAUTOMATIC1111:devfrom
WhizZest:fix-setuptools-version

Conversation

@WhizZest
Copy link
Copy Markdown

@WhizZest WhizZest commented Mar 2, 2026

Description

Summary

Use fixed setuptools version 69.5.1 instead of version range '<70'

The original constraint uses single quotes which causes issues in Windows Command Prompt, where '<' is interpreted as a redirection operator. This issue wasn't caught earlier because PowerShell handles single quotes correctly, masking the problem during initial testing. Using a fixed version avoids this shell compatibility issue entirely and aligns with requirements_versions.txt.

Changes

Replace version constraint 'setuptools<70' with fixed version setuptools==69.5.1

Issues Fixed

This issue originates from the previous PR #17293.

Screenshots/videos:

Checklist:

@w-e-w w-e-w merged commit 1937682 into AUTOMATIC1111:dev Mar 2, 2026
3 checks passed
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.

2 participants