【问题标题】:Could not find a version that satisfies the requirement zipfile (from versions: )找不到满足要求 zipfile 的版本(来自版本:)
【发布时间】:2019-04-15 00:29:39
【问题描述】:

我用pip install zipfile,报错了:

找不到满足要求 zipfile 的版本(来自 版本:) 找不到与 zipfile 匹配的发行版

添加信息:pip 18.1 来自 /Users/xxxx/Library/Python/2.7/lib/python/site-packages/pip (python 2.7)

【问题讨论】:

  • 你是在 python 2 还是 3 上?

标签: python pip zipfile


【解决方案1】:

您不需要安装它。 zipfilePython standard library 中。 import zipfile 应该在 Python 2.7Python 3.7 上都能正常工作。

【讨论】:

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