llama-stack icon indicating copy to clipboard operation
llama-stack copied to clipboard

Unable to run `llama` on windows: "'llama' is not recognized as an internal or external command"

Open thecoderok opened this issue 1 year ago • 0 comments

Hey I'm trying to try to download and run llama, but I'm stuck at the second step.

First step: done

>pip install llama-stack

Second step: failing

>llama model list
'llama' is not recognized as an internal or external command,
operable program or batch file.

I'm running Windows 11:

>ver

Microsoft Windows [Version 10.0.22631.4249]

pip:

>pip --version
pip 24.2 from C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.2032.0_x64__qbz5n2kfra8p0\Lib\site-packages\pip (python 3.12)

Can anyone please help?

thecoderok avatar Oct 09 '24 02:10 thecoderok