Skip to content

setuptools: fix broken build - #15890

Open
xingyaner wants to merge 1 commit into
google:masterfrom
xingyaner:fix-setuptools
Open

setuptools: fix broken build#15890
xingyaner wants to merge 1 commit into
google:masterfrom
xingyaner:fix-setuptools

Conversation

@xingyaner

Copy link
Copy Markdown
Contributor

After installing the current setuptools release (82.0.1), the build environment can no longer import pkg_resources, causing altgraph to fail during import. Since PyInstaller imports altgraph during initialization, compile_python_fuzzer fails before any fuzz target is built.

Installing setuptools<82 restores the availability of pkg_resources, allows altgraph to import successfully, and enables PyInstaller to complete the fuzzer packaging process.

@github-actions

Copy link
Copy Markdown

xingyaner is a new contributor to projects/setuptools. The PR must be approved by known contributors before it can be merged. The past contributors are: hunsche, DaveLak

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