ModuleNotFoundError:没有名为“ googleapiclient”的模块(Jupyter Notebook,Python,Google Calendar API)

时间:2020-08-25 12:50:25

标签: python jupyter-notebook jupyter

这是我在 Python3 Jupyter笔记本中运行的代码:

from googleapiclient.discovery import build

我收到此错误:

ModuleNotFoundError:没有名为“ googleapiclient”的模块

点冻结:

这就是我从命令中得到的pip freeze:

apiclient==1.0.4
astroid==2.3.3
attrs==18.1.0
beautifulsoup4==4.7.1
cachetools==4.1.1
certifi==2020.6.20
chardet==3.0.4
colorama==0.4.3
ConfigArgParse==0.14.0
coursera-dl==0.11.4
cycler==0.10.0
entrypoints==0.3
google-api-core==1.22.1
google-api-python-client==1.10.0
google-auth==1.20.1
google-auth-httplib2==0.0.4
google-auth-oauthlib==0.4.1
googleapis-common-protos==1.52.0
httplib2==0.18.1
idna==2.10
isort==4.3.21
keyring==19.0.1
kiwisolver==1.2.0
lazy-object-proxy==1.4.3
matplotlib==3.3.0
mccabe==0.6.1
numpy==1.19.1
oauth2client==4.1.3
oauthlib==3.1.0
pandas==1.1.0
Pillow==7.2.0
protobuf==3.13.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pylint==2.4.4
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2020.1
pywin32-ctypes==0.2.0
requests==2.24.0
requests-oauthlib==1.3.0
rsa==4.6
selenium==3.141.0
six==1.15.0
soupsieve==1.9
typed-ast==1.4.1
uritemplate==3.0.1
urllib3==1.25.10
wrapt==1.11.2

我已经尝试过:

  • pip install --force-reinstall google-api-python-client
  • pip install-升级google-api-python-client
  • 重新启动计算机
  • 重新启动Jupyter笔记本内核
  • 当我尝试使用命令:“ pip install googleapiclient”时,出现此错误:

错误:找不到满足googleapiclient要求的版本(从版本:无)错误:找不到与googleapiclient匹配的发行版

我该怎么办?

0 个答案:

没有答案