お世話になります。google-cloudインストールで質問させていただきます。よろしくお願いします。
#環境
CENTOS7
Python3.6.8
#できないこと
GoogleCloudをCentos上で動かす事ができません。ちなみにwindows10上では本コードは正常に稼働しGoogle-cloudサービスも利用できています。
#参考にさせて頂いたURL
https://cloud.google.com/datastore/docs/reference/data/rpc/google.longrunning
https://qiita.com/puriketu99/items/a1347bf5200f095e486e
https://github.com/googleapis/google-cloud-python/issues/6282
https://googleapis.github.io/google-cloud-python/latest/_modules/google/api_core/operations_v1/operations_client.html
#具体的症状
from google.cloud import texttospeech
上記コードを読み込むとエラーとなります。
#エラー内容
from google.cloud import texttospeech ImportError: cannot import name 'texttospeech'
もちろん以下コマンドは実施しています。
sudo pip install google-cloud-speech
さらに念のため以下も実行済です。
sudo3 pip install google-cloud-speech
すると以下のような確認結果が表示されます。正常にインストールできています。
Requirement already satisfied: google-cloud-speech in /usr/local/lib/python3.6/site-packages (1.2.0) Requirement already satisfied: google-api-core[grpc]<2.0.0dev,>=1.14.0 in /usr/local/lib/python3.6/site-package``` 宜しくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。