You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/Current/bin/cheetah-compile", line 2, in <module>
from Cheetah.CheetahWrapper import _cheetah_compile
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/Cheetah/CheetahWrapper.py", line 17, in <module>
from Cheetah.Template import Template
File "/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/Cheetah/Template.py", line 24, in <module>
import cgi # Used by .webInput() if the template is a CGI script.
^^^^^^^^^^
ModuleNotFoundError: No module named 'cgi'
Problem Description
See https://github.com/nasa/fprime/actions/runs/11395186564/job/31838364025
Python3.13 release notes (ctrl+f
cgi
) https://docs.python.org/3/whatsnew/3.13.htmlFixed in Cheetah version: https://cheetahtemplate.org/news.html#id1
Need to upgrade our requirements.txt
The text was updated successfully, but these errors were encountered: