Python导入google.oauth2.credentials ImportError:没有名为google.oauth2.credentials的模块

时间:2018-05-21 15:43:50

标签: python

我正在尝试运行此机器人https://github.com/ItsCEED/Youtube-Comment-Bot 在mac os但我收到此错误

l:Youtube-Comment-Bot-master ROOTXX$ python yt.py
Traceback (most recent call last):
  File "yt.py", line 6, in <module>
    import google.oauth2.credentials
ImportError: No module named google.oauth2.credentials
l:Youtube-Comment-Bot-master ROOTXX$ 

1 个答案:

答案 0 :(得分:1)

在根终端中运行:

pip install --upgrade google-api-python-client

来自here,通过谷歌搜索找到。

编辑:更好的是,您自己链接了所需的库。它们位于here的GitHub README.md中。请阅读您自己的链接。无论如何,要安装的命令如下:

# pip install --upgrade google-api-python-client
# pip install --upgrade requests
# pip install --upgrade beautifulsoup4