Skip to content

Conversation

@rioliu-rh
Copy link
Contributor

@rioliu-rh rioliu-rh commented Nov 3, 2025

Summary

Fix ImportError when running the Release Progress Dashboard on a VM.

Issue

When launching the dashboard as a systemd service, it fails with:

ImportError: Missing optional dependency 'tabulate'. Use pip or conda to install tabulate.

Root Cause

The dashboard uses pandas df.to_markdown() method in the metadata tabs (deployment/RELEASE_PROGRESS_DASHBOARD_DEPLOYMENT.md:289, 363), which requires the tabulate library as an optional pandas dependency.

Changes

  • Added tabulate>=0.9.0 to tools/release_progress_dashboard/requirements.txt

Verification

After installing the updated requirements, the dashboard starts successfully without the ImportError.

Related

Fix ImportError when running dashboard - tabulate is required by
pandas df.to_markdown() method used in release metadata tabs.

Error encountered:
ImportError: Missing optional dependency 'tabulate'. Use pip or conda to install tabulate.
@openshift-ci
Copy link

openshift-ci bot commented Nov 3, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tomasdavidorg for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link

openshift-ci bot commented Nov 3, 2025

@rioliu-rh: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@rioliu-rh rioliu-rh merged commit a886aa8 into openshift:master Nov 4, 2025
2 of 3 checks passed
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.

1 participant