Skip to content
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

minio-py: Always install last pip version #269

Merged
merged 1 commit into from
Apr 7, 2018

Conversation

vadmeste
Copy link
Member

@vadmeste vadmeste commented Apr 6, 2018

Building a mint image is currently failing with the following message:

You are using pip version 8.1.1, however version 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The command '/bin/sh -c build/minio-py/install.sh' returned a non-zero code: 1

With this PR, we always install the last pip version.

Fixes #270

Copy link
Collaborator

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kannappanr
Copy link
Collaborator

Travis is failing. Please take a look.

@vadmeste
Copy link
Member Author

vadmeste commented Apr 6, 2018

Travis is failing. Please take a look.

Yes, we need to fix another bug for that.

Building a mint image is currently failing with the following message:

```
You are using pip version 8.1.1, however version 9.0.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
The command '/bin/sh -c build/minio-py/install.sh' returned a non-zero code: 1
```

With this PR, we always install the last pip version.
@vadmeste
Copy link
Member Author

vadmeste commented Apr 7, 2018

This is passing right now.

@kannappanr kannappanr removed the blocked label Apr 7, 2018
@kannappanr kannappanr merged commit c3141a2 into minio:master Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants