Skip to content

Commit

Permalink
Merge pull request #13177 from sbidoul/add-build-project-note
Browse files Browse the repository at this point in the history
Add build-project.py compatibility note
  • Loading branch information
sbidoul authored Jan 26, 2025
2 parents a1c3441 + 86827e4 commit 0d609f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-project.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def get_git_head_timestamp() -> str:
def main() -> None:
with tempfile.TemporaryDirectory() as build_env:
env_builder = EnvBuilder(with_pip=True)
# If this venv creation step fails, you may be hitting
# https://github.com/astral-sh/python-build-standalone/issues/381
# Try running with a another Python distribution.
env_builder.create(build_env)
subprocess.run(
[
Expand Down

0 comments on commit 0d609f7

Please sign in to comment.