mitsuhiko / pipsi

pip script installer
Other
2k stars 133 forks source link

Cannot install awscli on Debian 8 #50

Open thomasbilk opened 9 years ago

thomasbilk commented 9 years ago

The installation runs through to the end and finishes with the remark:

Cleaning up...
Did not find any scripts.  Uninstalling.

I encountered this problem on my vserver but it can be reproduced with the debain:8 image from docker like so:

docker run -i -t debian:8 bash
apt-get update
apt-get install curl python-pip virtualenv
curl https://raw.githubusercontent.com/mitsuhiko/pipsi/master/get-pipsi.py | python
export PATH=/root/.local/bin:$PATH
pipsi install awscli

Maybe there is a package missing. I could not figure it out. With Debian 7 it seems to work.

RonnyPfannschmidt commented 9 years ago

the awscli package is packaged in a rather problematic way there are some fixes on master for that particular situation