window10 安装tflearn
作者:互联网
1、windows安装tflearn报错 curses is not supported on this machine (please install/reinstall curses for an optimal experience)
解决办法:
1、conda install wheel
2、从网站下载curses安装包,注意获取python相应的版本
curses下载位置:https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
3、pip install D:\curses-2.2.1+utf8-cp36-cp36m-win_amd64.whl
标签:curses,安装包,install,tflearn,安装,下载,window10 来源: https://www.cnblogs.com/pyclq/p/14370108.html