generated from google/docsy-example
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes 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.Must 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.Indicates an issue or PR is ready to be actively worked on.
Description
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:
- Use and fix deployment task to use an older python version (e.g. 3.12.8 as used for the latest successful deployment)
- 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.Categorizes 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.Must 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.Indicates an issue or PR is ready to be actively worked on.