Skip to content
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

Unable to install dependencies #14

Open
KarthikGanesan88 opened this issue Mar 30, 2017 · 1 comment
Open

Unable to install dependencies #14

KarthikGanesan88 opened this issue Mar 30, 2017 · 1 comment

Comments

@KarthikGanesan88
Copy link

KarthikGanesan88 commented Mar 30, 2017

Hi, I am very new to torch and i am trying to get this network up and running. However, when i try to install the dependencies, i get an error.

$ luarocks install https://raw.githubusercontent.com/eladhoffer/DataProvider.torch/master/dataprovider-scm-1.rockspec


CMake Error at CMakeLists.txt:8 (FIND_PACKAGE)
By not providing "FindTorch.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Torch", but CMake could not find one.

Could not find a package configuration file provided by "Torch" with any of the following names:

TorchConfig.cmake
torch-config.cmake

Add the installation prefix of "Torch" to CMAKE_PREFIX_PATH or set "Torch_DIR" to a directory containing one of the above files.

the other dependencies such as dp and unsup just say 'Error: No results matching query were found.'

should i first be cloning these 'dependencies' somewhere in my torch directory before building torch?

@vladimirshadymov
Copy link

Try to call luarocks directly. For example, I did it by command

sudo ~/torch/install/bin/luarocks install <package_name>

Seems that I'm answering in time))) But hope it will help someone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants