Skip to content

Commit

Permalink
Add build-project.py compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Feb 9, 2025
1 parent 202344e commit e612988
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 e612988

Please sign in to comment.