【问题标题】:pip install : Could not find a version that satisfies the requirement cursespip install : 找不到满足诅咒要求的版本
【发布时间】:2020-10-21 16:41:33
【问题描述】:

我在 python 中安装模块时遇到问题,我正在尝试pip install curses,但出现以下错误。

C:\Users\Manu>pip install curses
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement curses (from versions: none)
ERROR: No matching distribution found for curses

【问题讨论】:

    标签: python module pip curses


    【解决方案1】:

    错误只是说明找不到您尝试安装的软件包。

    windows中的curses库可以通过
    pip install windows-curses进行安装

    【讨论】:

      猜你喜欢
      • 2016-12-18
      • 2021-12-25
      • 2019-01-06
      • 2015-10-13
      • 2023-03-12
      • 1970-01-01
      • 2019-09-14
      • 1970-01-01
      • 2018-02-22
      相关资源
      最近更新 更多