Pycharm 에서 Google App Engine 프로젝트 생성시 에러
Please select App Engine SDK directory
에러메시지가 나올 때
app-engine-python 을 설치한다.
gcloud components install app-engine-python
위 명령어를 실행하면 아래와 같은 내용이 나오면서 진행된다.
Your current Cloud SDK version is: 148.0.1
Installing components from version: 148.0.1
+--------------------------------------------------+
| These components will be installed. |
+------------------------------+---------+---------+
| Name | Version | Size |
+------------------------------+---------+---------+
| gcloud app Python Extensions | 1.9.50 | 7.2 MiB |
+------------------------------+---------+---------+
For the latest full release notes, please visit:
https://cloud.google.com/sdk/release_notes
Do you want to continue (Y/n)?
완료가 되면 아래 메시지가 출력된다.
Performing post processing steps...done.
Update done!
계속하려면 아무 키나 누르십시오 . . .
이후, App Engine SDK Directory 선택창을 다시 열어보면 설치된 폴더가 보인다.
설치된 경로는 아래와 같다.
C:\Users\[사용자명]\AppData\Local\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine
출처
'Programming > Google' 카테고리의 다른 글
구글 스프레드시트 조건별 서식 적용하기 (다른 시트를 참조할 수 없습니다.) (0) | 2016.09.23 |
---|---|
[GAE] memcache Undefined variable error - python (0) | 2016.07.01 |
[GAE] Static 파일 설정 (0) | 2015.12.02 |
[GAE] 파일 업로드 (0) | 2015.11.30 |
[GAE] 포트 사용중인 프로세스 종료 (0) | 2015.11.30 |
댓글