Re: mport pytorch fails on my windows 10 PC

2020-03-29 Thread Souvik Dutta
Since it is not in the control panel, go to windows app execution aliases and scroll down till you find python. Now toggle both of them and see if this works. On Sun, Mar 29, 2020, 2:53 PM joseph pareti wrote: > All right, thx, but how to uninstall the 'other' python version? > > The control pan

Re: mport pytorch fails on my windows 10 PC

2020-03-28 Thread Souvik Dutta
Yes having two versions of python causes that problem. On Sat, 28 Mar, 2020, 11:53 pm joseph pareti, wrote: > apologies for asking here a presumably off-topic question: > > I have installed pytorch using (miniconda3) the following command: > > *conda install pytorch torchvision cpuonly -c pytorc

mport pytorch fails on my windows 10 PC

2020-03-28 Thread joseph pareti
apologies for asking here a presumably off-topic question: 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'* I am not sur