1、安装anaconda
2、安装pycharm
3、“启动”--“cmd” 输入pip install tflearn 或 conda install tflearn
4、将python--lib--site-packages下的tflearn相关文件夹复制到 anaconda路径下lib--site-packages
出现的问题:curses is not supported on this machine (please install/reinstall curses for an optimal experience)
原因:curse在Windows下的pycharm中安装,curse是不能直接在Windows下跑的。需要安装相关环境,要根据直接project的编译器版本来选择下载相关的whl。
解决方法:
https://blog.csdn.net/u011511601/article/details/80254709
https://www.douban.com/note/541346584/
首先,下载包文件curses‑2.2‑cp36‑cp36m‑win_amd64.whl。
然后,在文件所在目录执行命令pip install curses‑2.2‑cp36‑cp36m‑win_amd64.whl
“启动”--“cmd” ,但如果想切换到D盘,输入cd d:是不行的;
如果我们要切换盘符的目录,正确的用法是在cd 和路径中间 增加一个“/d”,如cd /d d:
参考 http://www.xitongcheng.com/jiaocheng/dnrj_article_18802.html
输入pip install curses‑2.2‑cp36‑cp36m‑win_amd64.whl