Dreikh
Dreikh

Reputation: 25

ModuleNotFoundError: No module named 'tflearn' problem

I have installed 'tflearn' in my conda environment and when i try to use it it shows an error saying "ModuleNotFoundError: No module named 'tflearn'" i saw already some threads about this but none of them seem to work.

Upvotes: 2

Views: 1918

Answers (1)

MNK
MNK

Reputation: 664

try

conda install pillow

then

pip install -U --no-deps tflearn

Upvotes: 1

Related Questions