【问题标题】:Unable to install curses (python/windows 10)无法安装诅咒(python/windows 10)
【发布时间】:2019-04-27 21:34:43
【问题描述】:

我试过用

python -m pip install windows-curses

出现的错误是:

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

我也试过this answer提供的方法,同样的错误出现在我的终端窗口中。如何在我的机器上安装适用于 Python/Windows 10 的 Curses?

【问题讨论】:

    标签: python curses python-curses


    【解决方案1】:

    你的 Python 版本是什么?该库适用于 2.7 和 3.5+。

    我在这里安装没有问题。

    我在 3.6 和 3.7 中进行了测试并且工作正常。

    如果您有合适的 Python 版本,请尝试从 https://pypi.org/project/windows-curses/#files 下载轮子。

    【讨论】:

    • 谢谢!我没有意识到我的 Python 版本只有 3.4!
    猜你喜欢
    • 1970-01-01
    • 2017-03-19
    • 1970-01-01
    • 1970-01-01
    • 2012-04-08
    • 2014-04-23
    • 2013-11-22
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多