borgbase / ansible-role-borgbackup

Ansible role to set up Borg and Borgmatic
MIT License
229 stars 101 forks source link

No module named "pip" Ubuntu 22.04 LTS #98

Closed ptpu closed 2 years ago

ptpu commented 2 years ago

I'm using borg on both my linux server with Ubuntu 22.04 LTS installed. I updated to the version today. After running my playbook with this role included I got the following error.

image

m3nu commented 2 years ago

Surprised pip isn't included. Maybe needs to be added as dependency.

ptpu commented 2 years ago

Is there a possibility for me to add this as dependency manually ?

naimo84 commented 1 year ago

@ptpu: Can you please tell us, what's the solution? 😁 I'm facing the same problem ;)

m3nu commented 1 year ago

Installing python3-pip? It's usually already installed. Maybe this is a very minimal installation? We could add this to the list of required packages, if it's confirmed to solve the problem.

https://packages.ubuntu.com/search?keywords=python3-pip