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

Update PIP please #3285

Closed
7 tasks
josesimoes opened this issue Apr 29, 2021 · 3 comments
Closed
7 tasks

Update PIP please #3285

josesimoes opened this issue Apr 29, 2021 · 3 comments

Comments

@josesimoes
Copy link
Contributor

Tool information

  • Tool name: PIP
  • Update
  • Desired version: 21.1
  • Approximate size:

Area for Triage:

Question, Bug, or Feature?:

Starting this week, I start seeing this error message on our pipelines:

##[error]WARNING: You are using pip version 21.0.1; however, version 21.1 is available.

Log here.

Virtual environments affected

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.15
  • macOS 11.0
  • Windows Server 2016 R2
  • Windows Server 2019

Can this tool be installed during the build?

Tool installation time in runtime

Are you willing to submit a PR?

@miketimofeev
Copy link
Contributor

miketimofeev commented Apr 29, 2021

Hi @josesimoes!
The new image with pip 21.1 will be deployed today. However, this warning shouldn't fail the pipeline, it seems that you have a non-default task configuration. If it's necessary to have the task modified you can add the following command as a very first line of the step to make sure pip is updated:
python -m pip install --upgrade pip
UPD: Probably the root cause is this setting:
image

@miketimofeev miketimofeev added Area: Python awaiting-deployment Code complete; awaiting deployment and/or deployment in progress OS: Windows and removed needs triage labels Apr 29, 2021
@miketimofeev miketimofeev self-assigned this Apr 29, 2021
@josesimoes
Copy link
Contributor Author

Hey @miketimofeev !
Thank you very much for the prompt reply and, of course, for letting me know that the update will roll out today.

As for your suggestions on how to workaround this, I've added them to the yaml. Thanks for the review. 😃 👍🏻

@miketimofeev
Copy link
Contributor

@josesimoes the windows images have been updated.
I'm going to close the issue. Please feel free to contact us if you have any concerns.
Thank you!

@miketimofeev miketimofeev removed the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants