ModuleNotFoundError: No module named 'torch' in IDLE

So I installed pytorch through anaconda successfully and when I try importing torch in IDLE I get this error

I did what I found on stack exchange “print(sys.executable)”

Conda’s result: C:\Users\readz\anaconda3\python.exe
IDLE’s result: C:\Users\readz\AppData\Local\Programs\Python\Python38-32\pythonw.exe

Problem is there they didn’t explain what to do with this info or how to solve the problem…

Did you install IDLE in the same conda environment and executed it there?
If not, could you do it, as currently IDLE seems to use another Python environment.