質問編集履歴

1

エラーの全文追記

2018/03/09 02:41

投稿

tarofess
tarofess

スコア127

test CHANGED
File without changes
test CHANGED
@@ -33,3 +33,35 @@
33
33
  他に試してみた方法としては、サービスアカウントのjsonキーをサーバーにアップロードして、 export GOOGLE_APPLICATION_CREDENTIALS=<path_to_service_account_file> を指定したのですがうまくいきませんでした。
34
34
 
35
35
  どなたか分かる方がいれば教えていただきたいです。よろしくお願いします。
36
+
37
+
38
+
39
+
40
+
41
+ ///追記///
42
+
43
+
44
+
45
+ gcloud init コマンド入力時のエラー全文になります。
46
+
47
+
48
+
49
+ ```ここに言語を入力
50
+
51
+ ~/web/google-cloud-sdk/bin/gcloud init
52
+
53
+ Could not find platform independent libraries <prefix>
54
+
55
+ Could not find platform dependent libraries <exec_prefix>
56
+
57
+ Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
58
+
59
+ Traceback (most recent call last):
60
+
61
+ File "/home/users/1/myaccount/web/google-cloud-sdk/lib/gcloud.py", line 19, in <module>
62
+
63
+ import os
64
+
65
+ ImportError: No module named os
66
+
67
+ ```