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 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:PyCharm - 无法使用 DJango 创建 App Engine 应用程序


基础教程推荐
- 筛选NumPy数组 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 用于分类数据的跳跃记号标签 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01