PyCharm - Can#39;t create App Engine Application using DJango(PyCharm - 无法使用 DJango 创建 App Engine 应用程序)
问题描述
最近几天,我尝试使用 PyCharm Professional 2016.3.2 创建一个基于 DJango 的 App Engine 应用程序..
The last few days I tried to create an App Engine Application based on DJango using PyCharm Professional 2016.3.2..
但每次我尝试使用 Django 作为第三方库创建新的 App Engine 应用程序时,PyCharm 都会引发错误并告诉创建 App Engine 应用程序 - 不正确或损坏的 App Engine SKD:找不到 DJango 安装".
But everytime I try to create a new App Engine Application using Django as an third-party library PyCharm throws an Error and tells 'Create App Engine Application - Incorrect or corrupted App Engine SKD: cannot finde DJango installation'.
我已经尝试重新安装所有东西,包括 Python、PyCharm、Django 和 SDK,但仍然无法正常工作.
I already tried to install everything again, including Python, PyCharm, Django and the SDK, but it still doesn't work.
我非常感谢任何形式的帮助,因为这个问题让我发疯.
I would really appreciate any kind of help, because this problem drives me crazy.
推荐答案
你需要安装 extras.
You need to install extras.
gcloud components install app-engine-python-extras
然后尝试再次创建 django (app engine) 项目.
And then try to create django (app engine) project again.
这篇关于PyCharm - 无法使用 DJango 创建 App Engine 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!