torch / distro

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

Errors when installing bash install-deps; #212

Open hainguyenct opened 7 years ago

hainguyenct commented 7 years ago

Dear all, When I tried to run this code to install Torch

git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch; bash install-deps;
./install.sh

I met the error (to install install-deps): install-deps: line 99: ${DISTRIB_ID,,} $DISTRIB_RELEASE: bad substitution Could you please help me to fix it? Thank yuou

jerrin92 commented 7 years ago

same here? did you fix it?

hainguyenct commented 7 years ago

No, I still have the problem

anyuzx commented 7 years ago

same here... Do you have a solution?