安装 .whl 错误
Install .whl error
我想在 windows.So 中使用 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 is not a supported wheel on this platform.
为什么?我该如何解决?
您可能需要 cp27 轮(cp34 适用于 CPython 3.4)
我想在 windows.So 中使用 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 is not a supported wheel on this platform.
为什么?我该如何解决?
您可能需要 cp27 轮(cp34 适用于 CPython 3.4)