【问题标题】:"Could not find a version that satisfies the requirement functools (from versions: 0.5)"“找不到满足 functools 要求的版本(来自版本:0.5)”
【发布时间】:2021-12-15 14:44:20
【问题描述】:

我正在尝试在 python 中安装 functools 模块:pip install functools

但我遇到了这个错误:

错误:找不到满足 functools 要求的版本(从版本:0.5)

错误:未找到 functools 的匹配分布

【问题讨论】:

  • functools 内置在 Python 中。你能检查一下 import functools 是否适合你吗?

标签: python pip functools


【解决方案1】:

functools 是基本 Python 安装的一部分(不能单独安装)。如果import functools 在您的 Python 脚本中不起作用,您应该考虑重新安装 Python 本身。

【讨论】:

    猜你喜欢
    • 2019-04-15
    • 2020-02-12
    • 2016-12-29
    • 1970-01-01
    • 1970-01-01
    • 2023-03-20
    • 2020-07-24
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多