Skip to content

Commit b8f8e1c

Browse files
adityapinglesfruomeiy-splunk
authored andcommitted
debug: pip failures;
1 parent 4eef09b commit b8f8e1c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

base/amazon-linux-2023/install.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,12 @@ rm -f get-pip.py
4646
ln -sf /usr/bin/python3 /usr/bin/python
4747

4848
# Install splunk-ansible dependencies
49-
pip install setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 jmespath
49+
pip install setuptools
50+
pip install six
51+
pip install wheel
52+
pip install requests
53+
pip install cryptography==3.3.2
54+
pip install jmespath
5055
pip install urllib3==1.26.5
5156
cd /
5257

0 commit comments

Comments
 (0)