torch / torch7

http://torch.ch
Other
8.97k stars 2.38k forks source link

install-deps package name possible issue, Ubuntu 18.04 #1147

Open apiszcz opened 6 years ago

apiszcz commented 6 years ago

LIne 178 sudo apt-get install -y python-software-properties

Package name replaces by the following apt-get install software-properties-common

tanvach commented 6 years ago

Confirmed this is causing issue for me too. I replaced the line with sudo apt-get install -y software-properties-common for the script to complete