Search code examples
tflearn

Unable to install TFlearn


I am trying to install tflearn using source by using command:

python setup.py install

Even after the successful installation. I am unable to import it. I can't install it using pip because of some restrictions. My tensorflow version is 1.8.0.


Solution

  • After installing setup. I copy-pasted the files that were present in tflearn-master to this folder:

    C:\Users\vic\AppData\Local\Continuum\anaconda3\Lib\site-packages

    Now tflearn is working fine.