Code Monkey home page Code Monkey logo

Comments (4)

d11 avatar d11 commented on July 20, 2024

Hi, could you try checking out the latest version from github and building using "luarocks make" instead of "luarocks install" please? No need to specify the dir. Listing the HDF5 dependency in the rockspec as I did before seems to cause problems on newer Ubuntu versions because luarocks cannot detect hdf5 in its new location, but CMake should still be able to find it. The updated rockspec removes the external dependency from the rockspec to avoid this problem. However, as this is an experimental fix, the rockspec on torch/rocks has not been updated in the same way yet. If the new rockspec works, I will update the default one.

from torch-hdf5.

ssakhavi avatar ssakhavi commented on July 20, 2024

Thanks

It worked
On Aug 27, 2014 8:19 PM, "Dan Horgan" [email protected] wrote:

Hi, could you try checking out the latest version from github and building
using "luarocks make" instead of "luarocks install" please? No need to
specify the dir. Listing the HDF5 dependency in the rockspec as I did
before seems to cause problems on newer Ubuntu versions because luarocks
cannot detect hdf5 in its new location, but CMake should still be able to
find it. The updated rockspec removes the external dependency from the
rockspec to avoid this problem. However, as this is an experimental fix,
the rockspec on torch/rocks has not been updated in the same way yet. If
the new rockspec works, I will update the default one.

Reply to this email directly or view it on GitHub
#18 (comment).

from torch-hdf5.

d11 avatar d11 commented on July 20, 2024

Ah good, thanks for the info!

from torch-hdf5.

achalddave avatar achalddave commented on July 20, 2024

I was still running into this issue with a local install of HDF5. I tried various ways of setting HDF5_ROOT, HDF5_LIBRARIES, HDF5_INCLUDE_DIRS, but none of these worked. Ultimately, updating my path as suggested here did the trick:

export PATH="$PATH:/path/to/hdf5-dir/"

Just in case this helps someone else who runs into this issue.

from torch-hdf5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.