【发布时间】: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