mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Try python3-packaging instead of python3-psutil for JupyterHub
This commit is contained in:
parent
e80b912eea
commit
e57f24d1f7
1 changed files with 4 additions and 2 deletions
|
@ -18,9 +18,11 @@
|
|||
register: df1
|
||||
|
||||
|
||||
- name: "Install package: python3-psutil"
|
||||
- name: "Install package: python3-packaging"
|
||||
package:
|
||||
name: python3-psutil
|
||||
name:
|
||||
- python3-packaging # 2025-02-15: Debian 13 needs python3-packaging and does NOT need python3-psutil. Debian 12 doesn't need python3-packaging OR python3-psutil. Ubuntu 24.04+ comes with python3-packaging pre-installed.
|
||||
#- python3-psutil # 2023-04-26 thanks to @jvonau: Workaround for a wheel that is not available from PyPI for Python 3.11: https://github.com/iiab/iiab/pull/3554#issuecomment-1523358501
|
||||
state: present
|
||||
|
||||
- name: Remove previous virtual environment {{ jupyterhub_venv }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue