X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a72e2ecb3f4c2d0127e4a8e9cba1b1414976854d..b730d286ad38eaa866bebbeadc476e2021a9c8e5:/vagrant/Install-on-Ubuntu-20.sh diff --git a/vagrant/Install-on-Ubuntu-20.sh b/vagrant/Install-on-Ubuntu-20.sh index 34e81637..e6ad9ca9 100755 --- a/vagrant/Install-on-Ubuntu-20.sh +++ b/vagrant/Install-on-Ubuntu-20.sh @@ -33,7 +33,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: # Some of the Python packages that come with Ubuntu 20.04 are too old, so # install the latest version from pip: - pip3 install --user sqlalchemy asyncpg + pip3 install --user sqlalchemy GeoAlchemy2 asyncpg #