How to install tflearn module on anaconda distribution in windows 10

manishkumar picture manishkumar · Feb 16, 2018 · Viewed 19.7k times · Source

I have already install most of the libraries on anaconda. In one of my code is showing that No module named 'tflearn'.

I also used the command conda install tflearn. it shows the failed message.

   PackagesNotFoundError: The following packages are not available from 
   current channels:
  • tflearn

Current channels:

Answer

Akash Kandpal picture Akash Kandpal · May 30, 2018

For python2

sudo pip install tflearn

For python3

sudo pip3 install tflearn