Hint to use extra-build-depedencies when build fails with a missing…#15251
Closed
blueraft wants to merge 2 commits intoastral-sh:mainfrom
Closed
Hint to use extra-build-depedencies when build fails with a missing…#15251blueraft wants to merge 2 commits intoastral-sh:mainfrom
extra-build-depedencies when build fails with a missing…#15251blueraft wants to merge 2 commits intoastral-sh:mainfrom
Conversation
… package. Add additional hints for `pip` and `setuptools`
fd2c90b to
d65b4ff
Compare
| hint: This usually indicates a problem with the package or the build environment. | ||
| "### | ||
| hint: This error likely indicates that `anyio @ https://files.pythonhosted.org/packages/db/4d/3970183622f0330d3c23d9b8a5f52e365e50381fd484d08e3285104333d3/anyio-4.3.0.tar.gz` depends on `setuptools`, but doesn't declare it as a build dependency. If `anyio @ https://files.pythonhosted.org/packages/db/4d/3970183622f0330d3c23d9b8a5f52e365e50381fd484d08e3285104333d3/anyio-4.3.0.tar.gz` is a first-party package, consider adding `setuptools` to its `build-system.requires`. Otherwise, either add it to your `pyproject.toml` under: | ||
|
|
Member
There was a problem hiding this comment.
I know it was already here, but for the second "anyio @ https://files.pythonhosted.org/packages/db/4d/3970183622f0330d3c23d9b8a5f52e365e50381fd484d08e3285104333d3/anyio-4.3.0.tar.gz", can we just show the package name instead of the full URL? Like "anyio".
zanieb
pushed a commit
that referenced
this pull request
Aug 14, 2025
…ailure (#15252) Alternative to #15251. As suggested in #15118 (comment) ## Test Plan `cargo test` --------- Co-authored-by: Charlie Marsh <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
… package.
Summary
Closes #15118
Test Plan
cargo test