Python3 配置tflearn

在安装tflearn之前,有三步(这些操作都是在ubuntu的终端中输入进行安装)

1、安装tensorflow,连接:https://blog.csdn.net/TotoroCyx/article/details/78503393

2、安装h5py,

pip3 install scipy h5py

3、安装最新beta版

pip3 install git+https://github.com/tflearn/tflearn.git

 之后就直接安装tflearn,

pip3 install tflearn

 

 

转载连接:https://blog.csdn.net/TotoroCyx/article/details/78503393

你可能感兴趣的:(python3)