hughperkins / pytorch

Python wrappers for torch and lua
BSD 2-Clause "Simplified" License
431 stars 70 forks source link

Please set environment variable TORCH_INSTALL to the directory of your torch/install directory #33

Open ghost opened 7 years ago

ghost commented 7 years ago

Hi, I installed torch from the instruction here. then I installed all requirements mentioned here. But get the above error: "Please set environment variable TORCH_INSTALL to the directory of your torch/install directory" I added the path to my .profile and .bashrc files but the problem has not been solved yet...

lynn-hong commented 7 years ago

Why don't you try export TORCH_INSTALL=/path/to/your/torch/install/