Not able to run torch on mac

I have downloaded torch as described on this link.

I have no GPU and therefore I selected Cuda as none.
Then I tried to import torch on Jupyter notebook.
I got this.

I have tried both pip and anaconda instructions. Result is the same.
What should I do?

Could you try to install libomp via:

brew install libomp 

as mentioned in this issue.