Kernel dies in Jupyter Notebook when I run 'import torch'

My Jupyter Notebook kernel dies when I run ‘import torch’. I installed it through pip. Screenshots below.

This was resolved when I uninstalled and reinstalled openmp:
conda install -c intel openmp -n base