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

posted @ 2021-02-03 22:30  哈哈哈喽喽喽  阅读(180)  评论(0)    收藏  举报