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
Dear all, When I tried to run this code to install Torch
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