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?
Check your spelling of the import in your code. You have to
import tflearn
, not Tflearn.