質問編集履歴
5
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
https://cloud.google.com/datastore/docs/reference/data/rpc/google.longrunning
|
13
13
|
https://qiita.com/puriketu99/items/a1347bf5200f095e486e
|
14
14
|
https://github.com/googleapis/google-cloud-python/issues/6282
|
15
|
+
https://googleapis.github.io/google-cloud-python/latest/_modules/google/api_core/operations_v1/operations_client.html
|
15
16
|
|
16
17
|
```ここに言語を入力
|
17
18
|
from google.longrunning import operations_pb2
|
4
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,6 +9,7 @@
|
|
9
9
|
pip list またはpip3 listを実行すると Googleのエラーが出てしまいます。pipというよりはgoogleが悪さをしている感触がありますがわからず困っています。pip installもpip uninstallもできません。
|
10
10
|
|
11
11
|
参考にさせて頂いたURL
|
12
|
+
https://cloud.google.com/datastore/docs/reference/data/rpc/google.longrunning
|
12
13
|
https://qiita.com/puriketu99/items/a1347bf5200f095e486e
|
13
14
|
https://github.com/googleapis/google-cloud-python/issues/6282
|
14
15
|
|
3
あ。
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
|
11
11
|
参考にさせて頂いたURL
|
12
12
|
https://qiita.com/puriketu99/items/a1347bf5200f095e486e
|
13
|
+
https://github.com/googleapis/google-cloud-python/issues/6282
|
13
14
|
|
14
15
|
```ここに言語を入力
|
15
16
|
from google.longrunning import operations_pb2
|
2
あ
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,6 +8,9 @@
|
|
8
8
|
|
9
9
|
pip list またはpip3 listを実行すると Googleのエラーが出てしまいます。pipというよりはgoogleが悪さをしている感触がありますがわからず困っています。pip installもpip uninstallもできません。
|
10
10
|
|
11
|
+
参考にさせて頂いたURL
|
12
|
+
https://qiita.com/puriketu99/items/a1347bf5200f095e486e
|
13
|
+
|
11
14
|
```ここに言語を入力
|
12
15
|
from google.longrunning import operations_pb2
|
13
16
|
ImportError: cannot import name 'operations_pb2'
|
1
あsdf
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
#できないこと
|
8
8
|
|
9
|
-
pip list またはpip3 listを実行すると Googleのエラーが出てしまいます。pipというよりはgoogleが悪さをしている感触がありますがわからず困っています。
|
9
|
+
pip list またはpip3 listを実行すると Googleのエラーが出てしまいます。pipというよりはgoogleが悪さをしている感触がありますがわからず困っています。pip installもpip uninstallもできません。
|
10
10
|
|
11
11
|
```ここに言語を入力
|
12
12
|
from google.longrunning import operations_pb2
|