安装.whl错误

时间:2015-01-26 02:12:09

标签: python python-2.7 curses

我想在windows中使用curses模块。所以我找到了

python celery - ImportError: No module named _curses - while attempting to run manage.py celeryev

当我想安装时,我收到了错误。

我正在运行

pip install curses-2.2-cp34-none-win32.whl
pip install curses-2.2-cp34-none-win_amd64.whl
pip install --use-wheel curses-2.2-cp34-none-win32.whl
pip install --use-wheel curses-2.2-cp34-none-win_amd64.whl

它只是显示此错误:

  

curses-2.2-cp34-none - *。在此平台上不支持whl。

为什么呢?我该如何解决?

1 个答案:

答案 0 :(得分:1)

你可能想要cp27轮(cp34适用于CPython 3.4)