Import pytorch fails on my windows 10 PC

I have installed pytorch using (miniconda3) the following command:

conda install pytorch torchvision cpuonly -c pytorch

In the jupyter notebook, the ‘import torch’ fails:

ModuleNotFoundError: No module named 'torch._C’

Further (using cygdrive), I see the following:

$ find . -name ‘python.exe’ -print
./Users/joepareti/AppData/Local/amlworkbench/Python/pkgs/python-3.5.6-he025d50_0/python.exe
./Users/joepareti/AppData/Local/amlworkbench/Python/python.exe
./Users/joepareti/AppData/Local/Microsoft/WindowsApps/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe/python.exe
./Users/joepareti/AppData/Local/Microsoft/WindowsApps/python.exe
./Users/joepareti/Miniconda3/envs/myenv/python.exe
./Users/joepareti/Miniconda3/envs/myenv1/python.exe
./Users/joepareti/Miniconda3/pkgs/python-3.7.1-h8c8aaf0_6/python.exe
./Users/joepareti/Miniconda3/python.exe

Please do a cleanup of the python environments and try again.