Skip to content

Commit 0edaf15

Browse files
hossamazonkn0wthingSubodh Kamble
authored
fix: add --break-system-packages flag to pip install to comply with PEP 668 (#1118)
* chore: Making observability setup false by default (#1082) Co-authored-by: Subodh Kamble <subkam@amazon.com> * fix: add --break-system-packages flag to pip install to comply with PEP 668 --------- Co-authored-by: Subodh Kamble <74142855+kn0wthing@users.noreply.github.com> Co-authored-by: Subodh Kamble <subkam@amazon.com>
1 parent ec8fc7d commit 0edaf15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

1.architectures/5.sagemaker-hyperpod/LifecycleScripts/base-config/utils/install_ansible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_ansible()
1111
apt-get update
1212
# apt-get install -y ansible=$ANSIBLE_VERSION
1313
apt-get install -y python3-pip
14-
python3 -m pip install "ansible==${ANSIBLE_VERSION}"
14+
python3 -m pip install --break-system-packages "ansible==${ANSIBLE_VERSION}"
1515
ansible-galaxy collection install ansible.posix
1616

1717
# Verify ansible installation

0 commit comments

Comments
 (0)