facebookresearch / darkforestGo

DarkForest, the Facebook Go engine.
Other
2.1k stars 324 forks source link

luarocks package not found #10

Open Jennal opened 8 years ago

Jennal commented 8 years ago
luarocks install class
luarocks install image
luarocks install tds
luarocks install cudnn

All these command failed:

Error: No results matching query were found.
soumith commented 8 years ago

Did you install torch? It looks like you are using system luarocks instead of the one we ship with torch

Jennal commented 8 years ago

Yes, I installed torch, and it works. And yes, I think I am using the system luarocks, when I run luarocks, system tell me can't found command, so I install by apt-get.

What should I do then?

soumith commented 8 years ago

dont install system luarocks, remove it. We ship our own luarocks, and it is at: ~/torch/install/bin/luarocks