-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unsupported HDF5 version: 1.10.0 #160
Comments
Did you find any solution? I have the same problem |
the same problem to me |
I solved this problem by building HDF5 1.8.18 from source and installing it in /opt/hdf5-1.8.18.
Building HDF5 prints an unholy amount of warnings from the compiler! Then did the following:
You do this because luarocks is invoking HDF5's CC wrapper script named h5cc to run the C compiler and h5cc does the script-foo to link against it's version of the libs. In the output from the "luarocks install hdf5" look for confirmation of the HDF5 location used. I expect you'll need to export these environment variables each session you run the lua scripts. TBH I didn't bother digging into the pip reinstall except to note that afterwards the file "/usr/local/lib/python2.7/dist-packages/h5py/version.py" contains this line "api_version_tuple = (1,8)" train.lua is currently grinding away at a dataset! |
this got me going immediately |
$ th
______ __ | Torch7
/_ / ________/ / | Scientific computing for Lua.
/ / / _ / __/ / _ \ | Type ? for help
/_/ _// _//// | https://github.com/torch
| http://torch.ch
The text was updated successfully, but these errors were encountered: