Torchvision will not import into Python after jetson-inference build of PyTorch

@dusty_nv,

I decided to do a complete reinstall of Jetpack4.3 complete with updates and upgrades. I then tried to install torchvision by doing the following:

I successfully installed Pytorch 1.1.0 individually (using the instructions here PyTorch for Jetson) instead of letting “The Model Downloader” in jetson-inference install PyTorch 1.1.0 for Python3.6.
I then proceeded to successfully install Torchvision 0.3.0 per your instructions above and I still get the same error when I try to import torchvision into Python3 after a successful import of torch.

There is a definite disconnect between Python3 and Torchvision and would appreciate your help determining the cause of the disconnect and how to correct it.

Regards,
Tom Coyle