-
Notifications
You must be signed in to change notification settings - Fork 138
Description
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:
- open windows shell
- clone the git repository with git clone https://github.com/anarchy-ai/LLM-VM.git
- enter the llm-vm directory with cd llm-vm
- Enter the command ".\ windows_setup.ps1"
Expected behavior
The program should install fully but it does not.