Skip to content

Commit 53852be

Browse files
committed
mo will automatically upgrade pymongo -- we need to downgrade
1 parent 22fad87 commit 53852be

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
@@ -15,6 +15,10 @@ pip install pymongo==2.8
1515

1616
pip install --upgrade 'git+https://github.com/10gen/mongo-orchestration.git#egg=mongo_orchestration'
1717

18+
# mongo-orchestration doesn't play well with pymongo3
19+
# https://github.com/10gen/mongo-orchestration/issues/188
20+
pip uninstall -y pymongo && pip install pymongo==2.8
21+
1822
# Launch mongo-orchestration
1923
mongo-orchestration -b 192.168.112.10 start
2024

0 commit comments

Comments
 (0)