-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Ubuntu 22.04 - Release 20250213.1.0 - Failing to install python packages #11602
Comments
Seems similar to #11574 as we are picking up an image that doesn't seem to exist on the releases page. |
Hi @corleyscotte , Thank you for bringing this issue to our attention. We will look into this issue and will update you after investigating. |
Could you please provide the some details about the failed job? |
Sure, let me know if you have different information you need from me! Here are the logs from the Initialize Job step: 2025-02-14T19:27:59.5016623Z ##[section]Starting: Initialize job And here is the installation log from the above listed requirements.txt: 2025-02-14T19:28:05.7937601Z ##[section]Starting: Install dependencies |
I have an error similar to, but not exactly the same as yours. My setup is much simpler since I'm just running mkdocs and the pip install steps are run as individual bash commands rather than using a requirements doc. The error I get is |
Can you retry your job and let me know if you are still getting a version mismatch on the runners? |
Description
Hi,
We are using Microsoft hosted agents for Azure DevOps pipelines.
We've discovered that
Current image version: '20250213.1.0'
results inratelimit==2.2.1
failing to install.Build logs attached.
Here is an example of the stages for one run:
Compile - Current image version: '20250209.1.0' [PASS]
Stage - Current image version: '20250209.1.0' [PASS]
Run Models - Current image version: '20250209.1.0' [PASS]
Snapshot - Current image version: '20250209.1.0' [PASS]
Run Shared - Current image version: '20250209.1.0' [PASS]
Test - Current image version: '20250213.1.0' [FAIL]
Docs - Current image version: '20250209.1.0' [PASS]
Docs - Current image version: '20250209.1.0' [PASS]
Alert - no packages to install - [PASS]
What's interesting is that image version
20250213.1.0
is not even listed on the releases page for this project.I am unsure how we are running this image version in our pipeline.
Dependencies we are installing via
pip install -r requirements.txt
:dbt-snowflake==1.8.3
requests==2.31.0
PyYAML==6.0
snowflake-snowpark-python==1.20.0
elementary-data[snowflake]==0.16.0
sqlfluff==3.2.4
sqlfluff-templater-dbt==3.2.4
Platforms affected
Runner images affected
Image version and build link
Private link - https://cgna-stg.visualstudio.com/E15/_build/results?buildId=291146&view=logs&j=e5ae9334-ee13-594e-3a66-1fdca8af9219&t=563610f3-c69c-59c4-efea-16f8c9e6e212
Is it regression?
20250209.1.0
Expected behavior
Expect python dependencies to install without issues.
Actual behavior
× python setup.py egg_info did not run successfully.
Repro steps
Automated pipeline that installs the same dependencies hourly. When runner image version is 20250209.1.0 the dependencies install properly and build succeeds. When the image version is 20250213.1.0 the dependencies fail to install and the build fails.
The text was updated successfully, but these errors were encountered: