When I am trying to run my code using terminal it is showing (ModuleNotFoundError: No module named 'PIL'). when I am running without terminal its running properly.
my python is installed in path: C:\Users\panwa\AppData\Local\Programs\Python\Python310\python.exe C:\Users\panwa\AppData\Local\Microsoft\WindowsApps\python.exe
Screenshot showing power shell (error message, pillow already installed, pwd
I think it might be some path error but I am not able to solve this. please tell me what needs to be done to run my program using terminal.