无法安装 curses (python/windows 10)
Unable to install curses (python/windows 10)
我试过
python -m pip install windows-curses
出现的错误是:
ERROR: Could not find a version that satisfies the requirement windows-curses (from versions: none)
我也尝试了 提供的方法,我的终端 window 出现了同样的错误。如何在我的机器上为 Python/Windows 10 安装 Curses?
你的 Python 版本是多少?该库适用于 2.7 和 3.5+。
我这里安装没有问题。
我已经在 3.6 和 3.7 中测试过并且运行良好。
如果您有 Python 的适当版本,请尝试从 https://pypi.org/project/windows-curses/#files 下载 wheel。
我试过
python -m pip install windows-curses
出现的错误是:
ERROR: Could not find a version that satisfies the requirement windows-curses (from versions: none)
我也尝试了
你的 Python 版本是多少?该库适用于 2.7 和 3.5+。
我这里安装没有问题。
我已经在 3.6 和 3.7 中测试过并且运行良好。
如果您有 Python 的适当版本,请尝试从 https://pypi.org/project/windows-curses/#files 下载 wheel。