Skip to content Skip to sidebar Skip to footer

Error To Install Lib Tables, Cant Find Hdf5 In Windows

i cant do the isntall of tables lib in my windows enviorment and cant found a solution, the error is about hdf5 intalling and hdf5 directory! Someone know how can i solve this? T

Solution 1:

To install PyTables from sources you need a lot of prerequisites.

At PyPI there are w32 and w64 binary wheels for Python 2.7, 3.5 and 3.6. If you can change your Python version you can install precompiled PyTables.

Solution 2:

If using conda is an option, conda install pytables will most likely fix the issue in a Windows environment (tested on Windows 10, python 3.9, tables 3.6.1).

Post a Comment for "Error To Install Lib Tables, Cant Find Hdf5 In Windows"