torch / distro

Torch installation in a self-contained folder
BSD 3-Clause "New" or "Revised" License
556 stars 484 forks source link

missing dipendencies #67

Open soshiant1992 opened 8 years ago

soshiant1992 commented 8 years ago

Missing dependencies for itorch: lbase64 luacrypto uuid lzmq >= 0.4.2 Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/torch/rocks/master - Failed downloading https://raw.githubusercontent.com/torch/rocks/master/manifest - /home/xxxxxx/.cache/luarocks/https_raw.githubusercontent.com_torch_rocksmaster/manifest Warning: Failed searching manifest: Failed fetching manifest for https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master - Failed downloading https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/master/manifest - /home/xxxxxx/.cache/luarocks/httpsraw.githubusercontent.com_rocks-moonscript-org_moonrocks-mirror_master/manifest

Error: Could not satisfy dependency: lbase64

Do you want to automatically prepend the Torch install location to PATH and LD_LIBRARY_PATH in your /home/xxxxxx/.bashrc? (yes/no) [yes] >>>

this will happen . is it alright?

e13000 commented 8 years ago

I got this issue too. It turned out that I had previously ran 'sudo ./install.sh' which set owner of /home/xxxxxx/.cache/luarocks to root. Simply delete /home/xxxxxx/.cache/luarocks fixed it.