From c9082848cb3f037e88c1c8a18e1078def5155352 Mon Sep 17 00:00:00 2001 From: "J. Simmons" Date: Thu, 24 Oct 2024 20:53:14 -0600 Subject: [PATCH] Third attempt to correct pip issues for python 3.12 --- playbook.yaml | 5 +---- requirements.yaml | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index 1b7e94f..375e16a 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -333,7 +333,7 @@ update_cache: yes - name: Install python packages with pip pip: - extra_args: --break-system-packages + break_system_packages: true name: - jupyter_server==1.23.6 - jupyterlab @@ -354,9 +354,6 @@ group: root state: link -# roles: -# - role: geerlingguy.pip - - # install Pandoc & TexLive hosts: localhost diff --git a/requirements.yaml b/requirements.yaml index 7522e22..ffa17c1 100644 --- a/requirements.yaml +++ b/requirements.yaml @@ -6,5 +6,4 @@ - gantsign.visual-studio-code # https://galaxy.ansible.com/gantsign/visual-studio-code - webarchitect609.google_chrome # https://galaxy.ansible.com/webarchitect609/google_chrome - staticdev.firefox # https://galaxy.ansible.com/staticdev/firefox -#- geerlingguy.pip # https://galaxy.ansible.com/geerlingguy/pip ...