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
In the final step of the HelloWorld Tutorial, when I try to run 'fprime-util build -j4' in my HelloWorldDeployment directory, I get the following errors with import cgi
File "/Users/cp127266/myFirstProject/fprime-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 24, in
import cgi # Used by .webInput() if the template is a CGI script.
^^^^^^^^^^
ModuleNotFoundError: No module named 'cgi'
I tried re-installing Python and made sure it was updated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the final step of the HelloWorld Tutorial, when I try to run 'fprime-util build -j4' in my HelloWorldDeployment directory, I get the following errors with import cgi
File "/Users/cp127266/myFirstProject/fprime-venv/lib/python3.13/site-packages/Cheetah/Template.py", line 24, in
import cgi # Used by .webInput() if the template is a CGI script.
^^^^^^^^^^
ModuleNotFoundError: No module named 'cgi'
I tried re-installing Python and made sure it was updated.
Beta Was this translation helpful? Give feedback.
All reactions