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


- 使用 Cython 将 Python 链接到共享库 2022-01-01
- YouTube API v3 返回截断的观看记录 2022-01-01
- CTR 中的 AES 如何用于 Python 和 PyCrypto? 2022-01-01
- 我如何透明地重定向一个Python导入? 2022-01-01
- 检查具有纬度和经度的地理点是否在 shapefile 中 2022-01-01
- 我如何卸载 PyTorch? 2022-01-01
- ";find_element_by_name(';name';)";和&QOOT;FIND_ELEMENT(BY NAME,';NAME';)";之间有什么区别? 2022-01-01
- 如何使用PYSPARK从Spark获得批次行 2022-01-01
- 使用公司代理使Python3.x Slack(松弛客户端) 2022-01-01
- 计算测试数量的Python单元测试 2022-01-01