【发布时间】:2021-10-17 18:08:50
【问题描述】:
我想在 python 中安装 curses 模块,但我总是遇到这个问题:
PS C:\Users\#####\Desktop\Python> pip install curses
ERROR: Could not find a version that satisfies the requirement curses (from versions: none)
ERROR: No matching distribution found for curses
我还是编码新手,这是我第一次使用 Stackoverflow 请帮忙:(
【问题讨论】:
-
任何答案都解决了您的问题吗?
标签: python python-curses