Skip to content

Commit 922fe65

Browse files
committed
udpate pip install command for handling binaries
1 parent 0c00340 commit 922fe65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/rpdk/python/codegen.py

+2
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,8 @@ def _make_pip_command(base_path):
318318
"--no-cache-dir",
319319
"--no-color",
320320
"--disable-pip-version-check",
321+
"--platform manylinux2014_x86_64",
322+
"--only-binary=:all:",
321323
"--upgrade",
322324
"--requirement",
323325
str(base_path / "requirements.txt"),

0 commit comments

Comments
 (0)