Skip to content

Commit 81e4ee6

Browse files
authored
Stay with Softlayer library <=5.7.2
According to https://github.com/softlayer/softlayer-python we have to stay Softlayer library <=5.7.2 since we are using python 3.5.2 This is to avoid AttributeError: module 'os' has no attribute 'PathLike' Details ---> gitpython-developers/GitPython#1219
1 parent 6d30fdd commit 81e4ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/xenial/tasks/import-stemcell-bionic.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export CANDIDATE_BUILD_NUMBER=$( cat version/number | sed 's/\.0$//;s/\.0$//' )
66
echo -e "\n[INFO] Install tools..."
77
apt-get update
88
apt-get -y install python3-pip
9-
pip3 install 'SoftLayer>=5.6.0'
9+
pip3 install 'SoftLayer>=5.6.0,<=5.7.2'
1010
pip3 install click==7.0
1111
export LC_ALL=C.UTF-8
1212
export LANG=C.UTF-8

0 commit comments

Comments
 (0)