Tflearn on Windows10, anaconda

1.7k Views Asked by At

I installed tflearn using pip install tflearn. It installs alright, no error message, but when I try to import it gives error (on Pycharm and Jupyter Notebook error reads: Import error: No module named Tflearn)

But on Powershell more details are available: Powershell

Any idea how to resolve this?

2

There are 2 best solutions below

5
On

Check your spelling of the import in your code. You have to import tflearn, not Tflearn.

0
On

First of all thanks @Thomas for all your responses. The problem solved after I performed: 1. Uninstall tflearn. 2. Update conda 3. Install tflearn again