anarchy-ai / LLM-VM

irresponsible innovation. Try now at https://chat.dev/
https://anarchy.ai/
MIT License
465 stars 150 forks source link

cannot install llm-vm #427

Open dshunter107 opened 6 months ago

dshunter107 commented 6 months ago

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:

  1. open windows shell
  2. clone the git repository with git clone https://github.com/anarchy-ai/LLM-VM.git
  3. enter the llm-vm directory with cd llm-vm
  4. Enter the command ".\ windows_setup.ps1"

Expected behavior The program should install fully but it does not.

bilal-aamer commented 5 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.

dshunter107 commented 5 months ago

what program would I run it with? The default is for it to open with notepad.

bilal-aamer commented 5 months ago

what program would I run it with? The default is for it to open with notepad.

You can run a .ps1 file in powershell

aap2239 commented 5 months ago

I tried running the .ps1 file in powershell and am still getting the same issue. Is there a solution to this?