Search code examples
pythonscipytflearn

"Scipy not supported!" while importing tflearn


I am using Ubuntu subsystem on Windows 10 and started learning tflearn (and TensorFlow). After installing both of them, I tried running python2.7, and then import tflearn, but it gives "Scipy not supported!". Can anyone help me to resolve this?


Solution

  • I got here the solution: Scipy installed but Tflearn says Scipy not supported (win7).

    You have to install "numpy+mkl" (not only "numpy").