Assigned
Status Update
Comments
va...@google.com <va...@google.com>
ku...@google.com <ku...@google.com> #2
I don't think this is related to Gradle itself. This is how Android handles resources.
Adam, do you have an idea of what's going on here?
Adam, do you have an idea of what's going on here?
Description
Executing "python3 CLOUD_SDK_ROOT/bin/dev_appserver.py PATH_TO_YOUR_APP" when python 3.13 is installed results in ModuleNotFoundError: No module named 'cgi' as it has been deprecated in python 3.11 and removed in 3.13.
What you expected to happen:
dev_appserver.py should start
Steps to reproduce:
Install python 3.13, try to start dev_appserver.py
Other information (workarounds you have tried, documentation consulted, etc):