Skip to content

Commit 22fad87

Browse files
committed
mongo-orchestration isn't happy about the recent pymongo3.0 release
See mongodb-labs/mongo-orchestration#188
1 parent 314518f commit 22fad87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ubuntu/mongo-orchestration.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ apt-get install -y python python-dev python-pip
99
# Latest MongoDB Enterprise
1010
apt-get install -y mongodb-enterprise
1111

12+
# mongo-orchestration doesn't play well with pymongo3
13+
# https://github.com/10gen/mongo-orchestration/issues/188
14+
pip install pymongo==2.8
15+
1216
pip install --upgrade 'git+https://github.com/10gen/mongo-orchestration.git#egg=mongo_orchestration'
1317

1418
# Launch mongo-orchestration

0 commit comments

Comments
 (0)