-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pip upgrade issue #35
Comments
Digging through the Salt code the issue might be here: https://github.com/saltstack/salt/blob/v2014.7.0/salt/states/pip_state.py#L486 We should rethink how we bootstrap this system
|
I'm not certain, but I think this can be closed now. I had seen this error in the past, but not on recent projects. |
Although I don't use margarita - I found this issue while googling. The default version of pip packaged on ubuntu 15.04 is still 1.5.6. https://launchpad.net/ubuntu/+source/python-pip. I still had to do something like this to get the a working pip. |
On a newly provisioned 12.04 box with python 2.7, with or without this change that pins setuptools (5ffd6a7), the following error occurs on the initial
fab vagrant deploy
:ssh'ing into the box reveals:
I can work through this by manually upgrading pip at the command line and the do another deploy
I am uncertain as to why it is not upgrading itself without failing.
The text was updated successfully, but these errors were encountered: