This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author firewave
Recipients firewave, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-11-11.20:17:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636661843.78.0.241514284598.issue45789@roundup.psfhosted.org>
In-reply-to
Content
I have Python 3.9 installed from the Windows Store and use it in CMake scripts.

After the recent update to 3.92288.0 Python executions suddenly started failing with "Access is denied". I assumed I was using a wrong or cached path but that didn't turn out to be the case.

It did find the executable in the (apparently) correct folder "C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.9_3.9.2288.0_x64__qbz5n2kfra8p0/python3.9.exe".

I tried running that via the command-line and it failed with "Access is denied." as well. It appears to be related to "C:/Program Files/WindowsApps" requiring Administrator permissions.

Also just running "python3.9.exe" (which exists in the PATH) no longer works. It fails with "The system cannot find the file C:\Users\<username>\AppData\Local\Microsoft\WindowsApps\python3.9.exe."

So it seems the update messed something up.

I had Python 3.9 installed and working fine for some version now. I ran into something similar in the past and had to uninstall and install it again to fix the problem.

I am using Windows 10 Version 21H1 (OS Build 19043.1348).
History
Date User Action Args
2021-11-11 20:17:23firewavesetrecipients: + firewave, paul.moore, tim.golden, zach.ware, steve.dower
2021-11-11 20:17:23firewavesetmessageid: <1636661843.78.0.241514284598.issue45789@roundup.psfhosted.org>
2021-11-11 20:17:23firewavelinkissue45789 messages
2021-11-11 20:17:23firewavecreate