我试着用
python -m pip install windows-curses出现的错误是:
ERROR: Could not find a version that satisfies the requirement windows-curses (from versions: none)我还尝试了this answer提供的方法,同样的错误出现在我的终端窗口中。如何在我的机器上安装Curses for Python/Windows 10?
发布于 2019-04-28 05:57:51
你的Python版本是什么?这个库可以在2.7和3.5+上运行。
我已经安装在这里,没有问题。
我已经在3.6和3.7中测试过了,并且工作正常。
如果您有合适的Python版本,请尝试从https://pypi.org/project/windows-curses/#files下载wheel。
https://stackoverflow.com/questions/55885055
复制相似问题