From 0a7aa0c162a859990f71e891badc101b85aa18a8 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 7 Jul 2022 19:34:30 -0400 Subject: [PATCH] jupyterhub/tasks/install.yml: Comment clarifs for PR #3294 --- roles/jupyterhub/tasks/install.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index bb2a8364e..eaa4e80fb 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -45,7 +45,11 @@ #virtualenv_python: python3 # 2021-07-29: Was needed when above line was 'virtualenv_command: virtualenv' (generally for Python 2) extra_args: "--no-cache-dir --pre" # 2021-11-30: The "--pre" flag should likely be removed after JupyterHub 2.0.0 is released. -- name: "pip break apart jupyterlab install into two parts - must have conflicting mutual dependency (4 packages)" +# 2022-07-07: Attempting to "pip install" all 7 together (3 above + 4 below) +# fails on OS's like 64-bit RasPiOS (but interestingly works on Ubuntu 22.04!) +# https://github.com/iiab/iiab/issues/3283 + +- name: Break apart jupyterhub/jupyterlab pip installs into two parts - must have conflicting mutual dependency (3 packages above + 4 packages here) pip: name: - jupyterlab