Hi everyone,
I’m trying to figure out how to import that library into Houdini (Windows 10. On Mac I did it, it was very easy). The version of python used by Houdini is Python 2.7.15 (default, Mar 10 2020, 16:25:26) [MSC v.1916 64 bit (AMD64)].
The error I encounter is the following:
Python error: Traceback (most recent call last):
File “”, line 11, in
File “C:\Python27\Lib\site-packages\h5py_init_.py”, line 26, in
from . import _errors
ImportError: DLL load failed: Impossibile trovare il modulo specificato.
I think the problem is the complied version. Binary wheels should be built using the same compiler used to build python, but I don’t know how to fix it.
I’m horrible with compiling etc, so I’m not able to compile the version of Binary wheels by myself.
Someone know if there some tutorial (video it would be better) that explain step by step how to do that wheels? Or better, someone have this binary version and can share to me?
Thank you very much, any advice is very welcome.
Cheers
Luther