在 Windows 上安装 curses .whl 包

Posted

技术标签:

【中文标题】在 Windows 上安装 curses .whl 包【英文标题】:install curses .whl package on windows 【发布时间】: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.

知道为什么吗?

【问题讨论】:

【参考方案1】:

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

【讨论】:

对于未来的观众,这个确切的.whl 包可能不适用于您的系统。上面的链接中有一个软件包列表。尝试全部下载并python -m pip install <package_name> 全部下载。

以上是关于在 Windows 上安装 curses .whl 包的主要内容,如果未能解决你的问题,请参考以下文章

python安装curses库

Windows10:怎么安装whl文件

python代码实现:视频转换终端字符,输出字符代码视频(python实现输出多行刷新)

windows7下怎样安装whl文件

windows7下怎样安装whl文件

在Windows上安装pytorch