Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot install llm-vm #427

Open
dshunter107 opened this issue Dec 30, 2023 · 4 comments
Open

cannot install llm-vm #427

dshunter107 opened this issue Dec 30, 2023 · 4 comments

Comments

@dshunter107
Copy link

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
Copy link
Contributor

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
Copy link
Author

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

@bilal-aamer
Copy link
Contributor

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
Copy link

aap2239 commented Jan 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants