Error when installing from source

I just installed torch from source because I need to use multivariate normals. I get this error when I import torch:

AttributeError: module ‘torch._C’ has no attribute ‘DoubleTensorBase’

Any ideas?

Thanks!