python - 无法在 PyCharm 上安装 googleapiclient

标签 python pycharm raspberry-pi3 google-api-client

我最近在 Raspberry Pi 3 b+(运行版本 9 [Stretch])上安装了 PyCharm,但在 PyCharm 和系统上安装 googleapiclient 包时遇到了一些问题。

当我为此软件包执行 pip/pip3 安装时,我收到一条错误消息:

ERROR: Could not find a version that satisfies the requirement googleapiclient (from versions: none)

ERROR: No matching distribution found for googleapiclient

这与我在 PyCharm 尝试进行 pip 安装时收到的错误消息相同。 已安装 Python 3.7.3,默认安装 2.7.13。 PyCharm 项目解释器正在运行 3.5。 我也执行了 apt-get 更新和升级。

我也能够使用 pip/pip3 成功安装其他软件包。

我是否缺少任何其他包/依赖项?

最佳答案

我认为您只是使用了错误的名称。尝试按指定的方式 pip install google-api-python-client here

关于python - 无法在 PyCharm 上安装 googleapiclient,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56804061/

相关文章:

raspberry-pi3 - Raspberry PI Google Fuchsia OS 安装

python - 使用 Scrapy 抓取游戏商店时出现问题 - 如果有折扣和处理 null,HTML 会发生变化

python - MySQL 查询参数的数量与传递给执行的参数匹配,但 Python 引发 "not all arguments converted"

pycharm - 双击选择整个驼峰式单词?

python - 属性错误 : 'tuple' object has no attribute 'encode' - MySQLdb Python

ansible - 如何在 Raspbian 上安装 Ansible?

python - Python 中 __future__ 和 swagger_client 的问题

python - Pytest - 除非声明选项/标志,否则如何跳过测试?

python - 使用 Bx 和 By 在 python 中剪切图像以进行前向和后向映射

opencv - 安装 OpenCV 时 Raspberry Pi 出现“GL_PERSPECTIVE_CORRECTION_HINT”错误