Skip to content

fix: install setuptools explicitly in the macOS and upload jobs - #61

Merged
joocer merged 1 commit into
mainfrom
fix-macos-setuptools
Aug 24, 2026
Merged

joocer merged 1 commit into
mainfrom
fix-macos-setuptools

Conversation

@joocer

@joocer joocer commented Aug 24, 2026

Copy link
Copy Markdown
Member

Removing setuptools_rust also removed the only thing pulling setuptools into these two jobs, and it is no longer bundled with Python 3.12+, so python setup.py bdist_wheel failed with ModuleNotFoundError: setuptools.

build-windows and the regression suite already installed it explicitly, and build-manylinux gets it from build.sh, so only these two were affected.

Reproduced in a clean venv (same traceback, same line) and confirmed both bdist_wheel and sdist succeed with setuptools installed.

Removing setuptools_rust also removed the only thing pulling setuptools into
these two jobs, and it is no longer bundled with Python 3.12+, so
`python setup.py bdist_wheel` failed with ModuleNotFoundError: setuptools.

build-windows and the regression suite already installed it explicitly, and
build-manylinux gets it from build.sh, so only these two were affected.

Reproduced in a clean venv (same traceback, same line) and confirmed both
bdist_wheel and sdist succeed with setuptools installed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@joocer
joocer merged commit 907b813 into main Aug 24, 2026
3 of 5 checks passed
@joocer
joocer deleted the fix-macos-setuptools branch August 24, 2026 17:14
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