We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fad87 commit 53852beCopy full SHA for 53852be
scripts/ubuntu/mongo-orchestration.sh
@@ -15,6 +15,10 @@ pip install pymongo==2.8
15
16
pip install --upgrade 'git+https://github.com/10gen/mongo-orchestration.git#egg=mongo_orchestration'
17
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
+
22
# Launch mongo-orchestration
23
mongo-orchestration -b 192.168.112.10 start
24
0 commit comments