Xilonz / trellis-backup-role

Ansible backup role to use with trellis. Works with s3, FTP, local disk...
63 stars 9 forks source link

Paramiko installation check fails without setuptools #1

Closed robyurkowski closed 7 years ago

robyurkowski commented 7 years ago

I'm not sure if this is a standard thing or just a 'me and my personal dev environment setup' thing, but when I try to provision a remote server, installation fails because the setuptools python module can't be found and therefore paramiko can't be installed.

What I did to resolve it was simply SSH in to the box, and run a sudo pip install setuptools, but if others experience this, there's obviously a superior ansible-based solution to this. Just wanted to document this (other keywords that I hunted for: trellis setuptools paramiko) in case someone else bumps into it.

apmarshall commented 7 years ago

Seconding this issue. If you know of an ansible-based solution, would love to see it.