Unable to install pytorch in Ubuntu 16.04 LTS 32 bit system

I find issues while installing torch, torchvision in Ubuntu 16.04 LTS 32 bit system

How did you try to install PyTorch (conda, pip, from source) and which errors did you get?

I tried to install using pip
I got the following errors :

pip install torch torchvision
Collecting torch
Using cached https://files.pythonhosted.org/packages/5f/e9/bac4204fe9cb1a002ec6140b47f51affda1655379fe302a1caef421f9846/torch-0.1.2.post1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File “”, line 1, in
File “/tmp/pip-install-mu6z128l/torch/setup.py”, line 11, in
raise RuntimeError(README)
RuntimeError: PyTorch does not currently provide packages for PyPI (see status at https://github.com/pytorch/pytorch/issues/566).

Please follow the instructions at http://pytorch.org/ to install with miniconda instead.


----------------------------------------

Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-install-mu6z128l/torch/

Could you try to update pip?
It seems that the cached version is 0.1.2.post1 which is quite old by now.

i updated pip, still i get the above error messages.

I might have missed the 32bit information.
As far as I know the binaries are built for 64bit systems.
However, PyTorch was successfully built for 32bit architectures (e.g. RPi), so you might try to build from source as described here.

is it not possible to install by using pip ?