Skip to content

Commit 0d609f7

Browse files
authored
Merge pull request #13177 from sbidoul/add-build-project-note
Add build-project.py compatibility note
2 parents a1c3441 + 86827e4 commit 0d609f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-project.py

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ def get_git_head_timestamp() -> str:
3636
def main() -> None:
3737
with tempfile.TemporaryDirectory() as build_env:
3838
env_builder = EnvBuilder(with_pip=True)
39+
# If this venv creation step fails, you may be hitting
40+
# https://github.com/astral-sh/python-build-standalone/issues/381
41+
# Try running with a another Python distribution.
3942
env_builder.create(build_env)
4043
subprocess.run(
4144
[

0 commit comments

Comments
 (0)