【问题标题】:install curses .whl package on windows在 Windows 上安装 curses .whl 包
【发布时间】:2017-03-12 19:59:35
【问题描述】:

我想安装 curses .whl 包,这样我就可以在 Windows 上将它与 pick (https://github.com/wong2/pick) 一起使用。

PS C:\D\Programming\Python> python --version
Python 3.5.2 :: Continuum Analytics, Inc.

PS C:\D\Programming\Python> pip.exe install .\curses-2.2-cp35-none-win32.whl
curses-2.2-cp35-none-win32.whl is not a supported wheel on this platform.

知道为什么吗?

【问题讨论】:

    标签: python windows pip python-3.5 curses


    【解决方案1】:

    它适用于 curses-2.2-cp35-none-win_amd64.whl (http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses)

    【讨论】:

    • 对于未来的观众,这个确切的.whl 包可能不适用于您的系统。上面的链接中有一个软件包列表。尝试全部下载并python -m pip install <package_name> 全部下载。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-12-14
    • 1970-01-01
    • 2018-09-25
    • 2021-12-23
    • 2017-03-19
    • 2016-02-18
    相关资源
    最近更新 更多