Open dshunter107 opened 10 months ago
Hey @dshunter107, thanks for raising the issue.
Do try opening the windows_setup.ps1
directly from the File Explorer rather than the Windows Shell.
what program would I run it with? The default is for it to open with notepad.
what program would I run it with? The default is for it to open with notepad.
You can run a .ps1
file in powershell
I tried running the .ps1 file in powershell and am still getting the same issue. Is there a solution to this?
Describe the bug When going through the installation process, the following error occurs:
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.496.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 1538, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [WinError 2] The system cannot find the file specified [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip. Error: Installing dependencies failed. Setup aborted.
To Reproduce I am on Windows 10.0.2262 Python version is 3.12.1 Steps to reproduce the behavior:
Expected behavior The program should install fully but it does not.