Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build error on pypa/build >= 1.2.0 #4653

Merged
merged 10 commits into from
Mar 31, 2024

Conversation

ryanking13
Copy link
Member

We started getting build errors after pypa/build release 1.2.0.

The private attribute we were using isolated_env._scripts_dir was removed in the new pypa/build release as they started to support multiple installers. This PR fixes it + pins pypa/build minor version.

Copy link
Member

@hoodmane hoodmane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix @ryanking13!

@ryanking13 ryanking13 merged commit 7cb3ad8 into pyodide:main Mar 31, 2024
40 of 41 checks passed
@ryanking13 ryanking13 deleted the build-version-compat branch March 31, 2024 06:31
@ryanking13
Copy link
Member Author

Also updated lightgbm version to make it compatible to build>=1.1.0 (pypa/build#716)

ryanking13 added a commit to ryanking13/pyodide that referenced this pull request Mar 31, 2024
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

None yet

2 participants