Skip to content

Commit

Permalink
DRIVERS-2991 Pin to bottle<0.13 to avoid "Address already in use" errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneHarvey committed Sep 25, 2024
1 parent ab58072 commit 0e5f605
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/start-orchestration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ echo "Creating virtual environment 'venv'..."
venvcreate "${PYTHON:?}" venv
echo "Creating virtual environment 'venv'... done."

# DRIVERS-2991 bottle 0.13 causes "[Errno 98] Address already in use" errors on some hosts.
python -m pip install --upgrade 'bottle<0.13'
# Install from github to get the latest mongo-orchestration, fall back on published wheel.
# The fallback was added to accommodate versions of Python 3 for which there is no compatible version
# of the hatchling backend used by mongo-orchestration.
Expand Down

0 comments on commit 0e5f605

Please sign in to comment.