I am very new to programming, sorry for any stupid questions. As the title says, i tried running python files in pycharm and an error came up. Here's the error message:
Cannot run program "C:\Users\User\AppData\Local\Microsoft\WindowsApps\python3.10.exe" (in directory "C:\Users\User\Desktop\Programmering\100 days of python\day29"): CreateProcess error=1920, Systemet kan inte komma åt filen
I tried reinstalling python, but the same message came up. "Systemet kan inte komma åt filen" means "The system can't access the file". When i open the python 3.10exe under External Libraries\PythonSoftwareFoundations, it's empty, and so are the other files (python.exe and python3.exe) under C:\Users\User\AppData\Local\Microsoft\WindowsApps\python3.10.exe\PythonSoftwareFoundations.python3.10\
picture of the empty python3.10exe file
C:\Users\User\AppData\Local\Microsoft\WindowsApps\python3.10.exe
I don't know what the error=1920 means.
Appreciate all the help i can get.