在win10x64位中安装两个插件:
_curses_curses.cp36-win_amd64.pyd
_curses_panel.cp36-win_amd64.pyd。
先到下面的网站上下载与电脑里安装的Python对应的curses.whl:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
如果电脑里安装的是anaconda,则先在命令提示符(CMD)或者 PowerShell 中激活tensorflow的环境,输入命令:
source activate tensorflow
然后执行
pip install --upgrade +whl的位置
例如:
pip install --update d:\\software\python\tensorflow\a_new_whl.whl