简体   繁体   中英

install curses .whl package on windows

I want to install curses .whl package so I can use it with pick ( https://github.com/wong2/pick ) on windows.

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.

Any ideea why ?

它与curses-2.2-cp35-none-win_amd64.whl( http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses )一起使用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM