From e3980efb6a5ce467eb5a9300998fd0fa802b6253 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 30 Nov 2021 23:09:34 -0500 Subject: [PATCH] Revert "pip --pre" in jupyterhub/tasks/install.yml soon? --- roles/jupyterhub/tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/jupyterhub/tasks/install.yml b/roles/jupyterhub/tasks/install.yml index 51616bcf8..c0817ef07 100644 --- a/roles/jupyterhub/tasks/install.yml +++ b/roles/jupyterhub/tasks/install.yml @@ -48,7 +48,7 @@ virtualenv_command: python3 -m venv "{{ jupyterhub_venv }}" # 2021-07-29: This works on RaspiOS 10, Debian 11, Ubuntu 20.04 and Mint 20 -- however if you absolutely must use the older Debian 10 -- you can work around errors "can't find Rust compiler" and "This package requires Rust >=1.41.0" if you (1) revert this line to 'virtualenv_command: virtualenv' AND (2) uncomment the line just below #virtualenv_python: python3 # 2021-07-29: Was needed when above line was 'virtualenv_command: virtualenv' (generally for Python 2) state: latest - extra_args: "--no-cache-dir --pre" + extra_args: "--no-cache-dir --pre" # 2021-11-30: The "--pre" flag (and "state: latest" above) should likely be removed after JupyterHub 2.0.0 is released. - name: "Install from template: {{ jupyterhub_venv }}/etc/jupyterhub/jupyterhub_config.py" template: