我正在使用带有 Python 的谷歌应用程序引擎。当我启动应用程序引擎应用程序时,我收到一条提示消息,指出发生了错误并建议我查看日志文件。我检查了日志文件,发现以下消息
WindowsError: [Error 3] The system cannot find the path specified:
'C:\\Program Files (x86)\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\bundledpython;
C:\\Program Files (x86)\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\bundledpython\\Lib\\site-packages;
C:\\Program Files (x86)\\Google\\Cloud SDK\\google-cloud-sdk\\platform\\gsutil\\third_party\\oauth2client\\oauth2client/Google'
我最近设置了一些环境变量,这些路径对我来说似乎是有效的,除了我在任何环境变量中都看不到的最后一条路径。
我也尝试卸载 Google Cloud SDK 和 App Engine SDK,但仍然遇到同样的错误。
谢谢