X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5ff35d998459260e60bcb01aa7302f4706d043b1..77510f4a3bb7a40c85d27ed5c71b20ef79a3aa83:/vagrant/Install-on-Ubuntu-18.sh?ds=sidebyside diff --git a/vagrant/Install-on-Ubuntu-18.sh b/vagrant/Install-on-Ubuntu-18.sh index 3537bcf4..b853cdb5 100755 --- a/vagrant/Install-on-Ubuntu-18.sh +++ b/vagrant/Install-on-Ubuntu-18.sh @@ -33,7 +33,7 @@ export DEBIAN_FRONTEND=noninteractive #DOCS: # Some of the Python packages that come with Ubuntu 18.04 are too old, so # install the latest version from pip: - pip3 install --user python-dotenv datrie pyyaml psycopg2-binary + pip3 install --user python-dotenv datrie pyyaml psycopg2-binary typing-extensions # # System Configuration