【问题标题】:Can't install curses package in pycharm [ Could not find a version that satisfies the requirement curses-win(from versions: none)]无法在pycharm中安装curses包[找不到满足curses-win要求的版本(来自版本:无)]
【发布时间】:2019-11-28 18:06:32
【问题描述】:

当我尝试安装 curses-win 包时出现错误

错误:找不到满足curses-win要求的版本(来自版本:无)

尝试从系统终端运行此命令。确保使用为 Python 解释器安装的正确版本的“pip”

命令输出:

错误:找不到满足curses-win要求的版本(来自版本:无) 错误:没有为 curses-win 找到匹配的分布

我已经清楚地安装了numpy和tensorflow

【问题讨论】:

标签: python pip pycharm package curses


【解决方案1】:

当我尝试在 Ubuntu 16.04 LTS 上使用 pip 安装 cantools 时遇到了这个问题。我之前通过安装pytest-runner 包解决了这个问题:

$ pip install pytest-runner --user

【讨论】:

    猜你喜欢
    • 2021-05-23
    • 1970-01-01
    • 1970-01-01
    • 2020-07-24
    • 1970-01-01
    • 2019-04-15
    • 2020-02-12
    • 2016-12-29
    • 1970-01-01
    相关资源
    最近更新 更多