Deployment fails with missing dependencies (cgi
)
#130
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.
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 thecgi
module was removed since Python 3.13 (see stackoverflow).It seems like there are two options to fix the build:
The text was updated successfully, but these errors were encountered: