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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 1edbc41  AWS Deeplearning creation fails fixed
     new 1b4eab7  Merge pull request #1313 from MarianHladun/DATALAB-2572
1edbc41 is described below

commit 1edbc41ec12367174d78cb8c9ccb2471c80b27f1
Author: MarianHladun <[email protected]>
AuthorDate: Wed Oct 27 16:01:06 2021 +0300

    AWS Deeplearning creation fails fixed
---
 infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 6af2b8a..c2ce552 100644
--- a/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
+++ b/infrastructure-provisioning/src/general/lib/os/debian/notebook_lib.py
@@ -255,9 +255,9 @@ def ensure_python3_libraries(os_user):
             manage_pkg('-y install', 'remote', 'python3-pip')
             manage_pkg('-y install', 'remote', 'libkrb5-dev')
             datalab.fab.conn.sudo('pip3 install -U keyrings.alt backoff')
-            datalab.fab.conn.sudo('pip3 install 
setuptools=={}'.format(os.environ['notebook_setuptools_version']))
+            datalab.fab.conn.sudo('pip3 install setuptools')
             try:
-                datalab.fab.conn.sudo('pip3 install tornado=={0} 
ipython==7.21.0 ipykernel=={1} sparkmagic --no-cache-dir' \
+                datalab.fab.conn.sudo('pip3 install tornado=={0} 
ipython==7.15.0 ipykernel=={1} sparkmagic --no-cache-dir' \
                      .format(os.environ['notebook_tornado_version'], 
os.environ['notebook_ipykernel_version']))
             except:
                 datalab.fab.conn.sudo('pip3 install tornado=={0} 
ipython==7.9.0 ipykernel=={1} sparkmagic --no-cache-dir' \

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to