Cannot install googleapiclient on PyCharm(无法在 PyCharm 上安装 googleapiclient)
问题描述
我最近在我的 Raspberry Pi 3 b+(运行版本 9 [Stretch])上安装了 PyCharm,但在 PyCharm 和系统上安装 googleapiclient 包时遇到了一些问题.
当我为此包执行 pip/pip3 安装时,我收到一条错误消息:
<块引用>错误:找不到满足 googleapiclient 要求的版本(来自版本:无)
<块引用>
错误:找不到与 googleapiclient 匹配的分发版
这与我在 PyCharm 尝试进行 pip 安装时收到的错误消息相同.Python 3.7.3 已安装,默认为 2.7.13.PyCharm 项目解释器正在运行 3.5.我执行了 apt-get update &也升级.
我也可以使用 pip/pip3 成功安装其他软件包.
我是否缺少任何其他包/依赖项?
我认为您只是使用了错误的名称.尝试按 此处<指定的方式 pip install google-api-python-client
/a>
I have recently installed PyCharm on my Raspberry Pi 3 b+ (Running version 9 [Stretch]) and I am having some trouble installing the googleapiclient package on PyCharm and the system.
When I perform a pip/pip3 install for this package I receive an error stating:
ERROR: Could not find a version that satisfies the requirement googleapiclient (from versions: none)
ERROR: No matching distribution found for googleapiclient
This is the same error message that I receive on PyCharm when it tries to do a pip install. Python 3.7.3 has been installed and 2.7.13 from default. PyCharm project interpreter is running 3.5. I have performed an apt-get update & upgrade also.
I have been able to successfully install other packages with pip/pip3 as well.
Am I missing any other packages/dependencies?
I think you're just using the wrong name. Try pip install google-api-python-client
as specified here
这篇关于无法在 PyCharm 上安装 googleapiclient的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:无法在 PyCharm 上安装 googleapiclient


基础教程推荐
- 用于分类数据的跳跃记号标签 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 筛选NumPy数组 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01