Skip to content

Deployment fails with missing dependencies (cgi) #130

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

Open
sbckr opened this issue Jan 31, 2025 · 0 comments
Open

Deployment fails with missing dependencies (cgi) #130

sbckr opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@sbckr
Copy link
Member

sbckr commented Jan 31, 2025

The website deployment fails during the build process see being unable to resolve required dependencies when installing mkdocs:

ModuleNotFoundError: No module named 'cgi'

According the gh-action logs, the job seems to use Python 3.13.1, however, it seems like the cgi module was removed since Python 3.13 (see stackoverflow).

It seems like there are two options to fix the build:

  1. Use and fix deployment task to use an older python version (e.g. 3.12.8 as used for the latest successful deployment)
  2. Check and update dependencies for releases that support latest python version
@sbckr sbckr added kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Jan 31, 2025
@sbckr sbckr self-assigned this Jan 31, 2025
@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jan 31, 2025
@sbckr sbckr removed the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

1 participant