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

llama 3 not being installed on windows. #383

Open
Ayaz-75 opened this issue Jan 25, 2025 · 0 comments
Open

llama 3 not being installed on windows. #383

Ayaz-75 opened this issue Jan 25, 2025 · 0 comments

Comments

@Ayaz-75
Copy link

Ayaz-75 commented Jan 25, 2025

I have tried to download the llama 3 model on my machine but it is not working as it is showing that there is no any module like 'termios'. If llama_stack claims to support Windows then why am I encountering this issue ?

`C:\Users\Ayaz Lakho>llama model list
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Scripts\llama.exe_main
.py", line 4, in
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack_init
.py", line 7, in
from llama_stack.distribution.library_client import ( # noqa: F401
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack\distribution\library_client.py", line 32, in
from llama_stack.distribution.build import print_pip_install_help
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack\distribution\build.py", line 24, in
from llama_stack.distribution.utils.exec import run_command, run_with_pty
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack\distribution\utils\exec.py", line 10, in
import pty
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\pty.py", line 12, in
import tty
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\tty.py", line 5, in
from termios import *
ModuleNotFoundError: No module named 'termios'

C:\Users\Ayaz Lakho>llama model list --show-all
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Scripts\llama.exe_main
.py", line 4, in
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack_init
.py", line 7, in
from llama_stack.distribution.library_client import ( # noqa: F401
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack\distribution\library_client.py", line 32, in
from llama_stack.distribution.build import print_pip_install_help
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack\distribution\build.py", line 24, in
from llama_stack.distribution.utils.exec import run_command, run_with_pty
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\site-packages\llama_stack\distribution\utils\exec.py", line 10, in
import pty
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\pty.py", line 12, in
import tty
File "C:\Users\Ayaz Lakho\AppData\Local\Programs\Python\Python312\Lib\tty.py", line 5, in
from termios import *
ModuleNotFoundError: No module named 'termios'`

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

1 participant