【问题标题】:Why can I not install oathlib on new python environment?为什么我不能在新的 python 环境中安装 oathlib?
【发布时间】:2022-01-21 00:13:37
【问题描述】:

我用pyenv安装python 3.9.0,然后用3.9.0创建了一个虚拟环境。我已经安装了常规运行 python 项目所需的所有 pip 包,但其中一个不会安装:

> pip install oathlib
ERROR: Could not find a version that satisfies the requirement oathlib (from versions: none)
ERROR: No matching distribution found for oathlib

问题是我在另一台电脑上运行一个类似这样的虚拟环境,几周前我在上面安装了 oathlib,它运行良好。

如何安装 oathlib?某些最新版本的 oathlib 是否存在无法安装在我的 pyenv 中的问题?我的 pip 包是可用的最新包,所以 pip 不是问题。

【问题讨论】:

标签: python pip package


【解决方案1】:

也许你想安装 OAuthlib,我没有找到 oathlib? pip install oauthlib

【讨论】:

  • 正如目前所写,您的答案尚不清楚。请edit 添加其他详细信息,以帮助其他人了解这如何解决所提出的问题。你可以找到更多关于如何写好答案的信息in the help center
  • 就是这样 - 注意大写字母。 OAuthlib 有效,但 oauthlib 无效。谢谢!
猜你喜欢
  • 2022-01-15
  • 1970-01-01
  • 1970-01-01
  • 2023-01-27
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2013-02-06
  • 2022-08-18
相关资源
最近更新 更多