无法在 PyCharm 上安装 googleapiclient [英] Cannot install googleapiclient on PyCharm

查看:28
本文介绍了无法在 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆