How to install torch on Ubuntu without admin ?

610 views
Skip to first unread message

wedonotg

unread,
Jun 5, 2016, 9:41:53 AM6/5/16
to torch7
I'm trying to install  torch on Ubuntu as these  steps :
-----------------
# in a terminal, run the commands WITHOUT sudo git clone https://github.com/torch/distro.git ~/torch --recursive cd ~/torch; bash install-deps; ./install.sh
-----------------

But as I have no admin right on the server of my lab,  torch could not be installed, anybody knows how to install torch without admin ?? 

Dex Hunter

unread,
Aug 9, 2017, 2:54:54 AM8/9/17
to torch7
Any update on this? I am using ubuntu 14.04 and I don't have sudo as well

Tasty Minerals

unread,
Aug 9, 2017, 1:27:50 PM8/9/17
to torch7
Don't run install-deps.
You have to make sure your machine has all the following deps before compiling torch:

            software-properties-common \
            libgraphicsmagick1-dev libfftw3-dev sox libsox-dev \
            libsox-fmt-all
            build-essential gcc g++ curl \
            cmake libreadline-dev git-core libqt4-dev libjpeg-dev \
            libpng-dev ncurses-dev imagemagick libzmq3-dev gfortran \
            unzip gnuplot gnuplot-x11 ipython

You might already have half of these installed. If you can't make sure, just try and run ./install.sh
Reply all
Reply to author
Forward
0 new messages