You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/01/26 12:21:09 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: added backoff python3 lib install

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2091
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new e7ebeb8  [DATALAB-2091]: added backoff python3 lib install
e7ebeb8 is described below

commit e7ebeb88ee70dcca2d5c2cb52413017ab66fbfca
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Jan 26 14:20:55 2021 +0200

    [DATALAB-2091]: added backoff python3 lib install
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
index 492d263..977b1dc 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -251,7 +251,7 @@ def ensure_python3_libraries(os_user):
             #manage_pkg('-y install', 'remote', 'python3-setuptools')
             manage_pkg('-y install', 'remote', 'python3-pip')
             manage_pkg('-y install', 'remote', 'libkrb5-dev')
-            sudo('pip3 install -U keyrings.alt')
+            sudo('pip3 install -U keyrings.alt backoff')
             sudo('pip3 install setuptools=={}'.format(os.environ['notebook_setuptools_version']))
             try:
                 sudo('pip3 install tornado=={0} ipython==7.9.0 ipykernel=={1} sparkmagic --no-cache-dir' \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org