ImportError: No module named 'google'

前端 未结 10 585
刺人心
刺人心 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:03

    I could fix it by installing the following directly.

    pip install google.cloud.bigquery
    pip install google.cloud.storage
    

提交回复
热议问题