ImportError: No module named 'google'

前端 未结 10 591
刺人心
刺人心 2020-12-05 09:35

This is not a duplicate. My scenario is a bit different and I could not find a solution from similar posts here. I installed Python 3.5. I ran the pip install google comman

10条回答
  •  半阙折子戏
    2020-12-05 10:04

    I faced the same issue, I was trying to import translate from google.cloud but kept getting same error.

    This is what I did

    1. pip install protobuf
    2. pip install google-cloud-translate

    and to install storage service from google google-cloud-storageshould be installed separately

    Ref - https://cloud.google.com/python/

提交回复
热议问题