Torch install issue

Unable to get torch installed succesfully:
pip3 install torch torchvision
Collecting torch
Using cached https://files.pythonhosted.org/packages/f8/02/880b468bd382dc79896eaecbeb8ce95e9c4b99a24902874a2cef0b562cea/torch-0.1.2.post2.tar.gz
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/torch.egg-info
writing pip-egg-info/torch.egg-info/PKG-INFO
writing dependency_links to pip-egg-info/torch.egg-info/dependency_links.txt
writing requirements to pip-egg-info/torch.egg-info/requires.txt
writing top-level names to pip-egg-info/torch.egg-info/top_level.txt
writing manifest file ‘pip-egg-info/torch.egg-info/SOURCES.txt’
error: package directory ‘torch/cuda’ does not exist

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

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

Hi @bobf, please see this post for the PyTorch wheels and instructions to install PyTorch and torchvision:

Thank You, that solved it