Search code examples
pythonkerasmayah5py

H5py import not working in Maya


I'm trying to install h5py in Maya. It seems like its installed properly in the correct folder, i.e. : C:\Program Files\Autodesk\Maya2018\Python\Lib\site-packages\h5py. But when I try to import h5py in Maya's Python tab, I'm getting the following error

ImportError: file C:\Program Files\Autodesk\Maya2018\Python\lib\site-packages\h5py\__init__.py line 26: 
DLL load failed: The specified module could not be found.

Solution

  • Got this thing working , if anyone is facing this issue please follow the following article http://3deeplearner.com/neural-network-inside-maya/ The author of this tutorial helped a lot with the required solution for this issue Thank you Gus from 3deeplearner.com