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()

猜你喜欢

转载自www.cnblogs.com/woailiujun/p/9747369.html
今日推荐