ubuntu tensorflow 安装包

1、tflearn安装:

tflearn安装的前提是scipy已经安装好,conda install numpy pandas jupyter notebook matplotlib

然后:conda install scipy h5py

最后:sudo pip install git+https://github.com/tflearn/tflearn.git 等待成功输入命令 git clone https://github.com/tflearn/tflearn -recursive,将tflearn的库拷贝到你的linux上

2、nltk的安装:

conda install nltk

安装好之后python

import nltk

nltk.download()

posted @ 2018-10-06 14:55  谢小琪琪  阅读(445)  评论(0)    收藏  举报