PyTorch does not currently provide packages for PyPI

Following the instructions on the website for ubuntu 14.04.
Keep getting the error below.
Have already executed the pip3 .whl command.

pip3 install torchvision
Collecting torchvision
Using cached torchvision-0.1.9-py2.py3-none-any.whl
Collecting six (from torchvision)
Using cached six-1.11.0-py2.py3-none-any.whl
Collecting numpy (from torchvision)
Using cached numpy-1.13.3-cp35-cp35m-manylinux1_x86_64.whl
Collecting torch (from torchvision)
Using cached 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-build-on39fld4/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.

I don’t know why there is this error, but they recommend using Anaconda, and you won’t have any problems if you just use that.

the pip3 wheel command likely did not get executed correctly. can you give output of that command as well?

I ended up using anaconda, but remember nothing on the console for the whl command. Thanks for replying though.