Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

hdf5 not supported (please install/reinstall h5py) Scipy not supported! when importing TFLearn?

I'm getting this error:

hdf5 not supported (please install/reinstall h5py)
Scipy not supported!

when I try to import tflearn. And I think due to this problem my TFLearn code is not working properly?

like image 841
Mr.Grey Avatar asked Aug 17 '16 16:08

Mr.Grey


3 Answers

I ran into the same issue a few minutes ago, pretty much you just need to reinstall h5py using the package manager of your current environment.

http://docs.h5py.org/en/latest/build.html

like image 82
Raul Madrigal Avatar answered Nov 17 '22 18:11

Raul Madrigal


Same problem with you:

  • hdf5 not supported
    • You can reinstall hdf5 to solute
  • Scipy not supported!
    • First ,you should install numy+mkl ,after setup successd try import tflearn .
    • if you get error again,you can reinstall Scipy

This is my solutions.

enter image description here

like image 40
Aisuko Avatar answered Nov 17 '22 17:11

Aisuko


Download the packages both h5py and curses in this link http://www.lfd.uci.edu/~gohlke/pythonlibs/ and execute in cmd like this
pip install filename the file must be present in C:\ folder to execute hope it solves.

like image 1
KRISHNA TEJA Avatar answered Nov 17 '22 18:11

KRISHNA TEJA