gpt4 book ai didi

python - GSpread 导入错误 : No module named oauth2client. service_account

转载 作者:太空狗 更新时间:2023-10-29 19:35:08 26 4
gpt4 key购买 nike

好的,我正在学习“成为一名技术营销人员”类(class),我正在尝试学习如何使用 GSpread 管理 Google 电子表格。我遵循了 http://gspread.readthedocs.io/en/latest/oauth2.html 中的文档.我已按照上面第二个 URL 中的步骤操作,并使用以下代码运行了一个文档:

import gspread
from oauth2client.service_account import ServiceAccountCredentials

scope = ['https://spreadsheets.google.com/feeds']

credentials = ServiceAccountCredentials.from_json_keyfile_name('DFS Google Sheets Data Imports-7205de852ff7.json', scope)

gc = gspread.authorize(credentials)

wks = gc.open("Authority Scraper").sheet1
wks.update_cell(1,2,"Hello World!")

由此我在我的终端中得到错误: from oauth2client.service_account import ServiceAccountCredentials导入错误:没有名为 oauth2client.service_account 的模块

terminal error printout

有人请帮助我。其他名为 oath2client.service_account 的 No 模块的答案对我不起作用。谢谢!

最佳答案

运行此命令对我有用 - sudo pip install --upgrade oauth2client

从 oauth2client 库中获取 github repo

关于python - GSpread 导入错误 : No module named oauth2client. service_account,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37850004/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com