Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add '--ignore-installed six' to pip install arguments. #26
Conversation
cmars
commented
Jan 20, 2016
|
Was getting this install hook error in all my layered charms prior to this fix: https://paste.ubuntu.com/14582988/ |
1stvamp
commented
Jan 21, 2016
|
I'm getting a similar error for yaml in #27 |
|
This is because of a recent release of pip. This patch address some of the On Thu, Jan 21, 2016, 3:14 AM Wes Mason notifications@github.com wrote:
|
|
I've attempted to address this here juju/charm-tools#90 though this isn't the only way to resolve this. @johnsca would this be better to have the base layer define the pip version or should we continue to include this in charm-tools as juju/charm-tools#90 has done? |
|
@marcoceppi Yes, I think it would be better for the pip requirement to explicitly be in the base layer, and version-locked like the other wheelhouse deps. |
|
I'll update the pull requests, thanks |
cmars commentedJan 20, 2016
This was necessary to avoid conflicts with the python3-six Ubuntu
package, which is a dependency of python3-pip.