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 应用程序


基础教程推荐
- matplotlib 设置 yaxis 标签大小 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- Kivy 使用 opencv.调整图像大小 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
- 在 Python 中将货币解析为数字 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01