Skip to content

Deployment fails with missing dependencies (cgi) #130

Open
@sbckr

Description

@sbckr

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

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions