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

No support for Terminos for Window PC #826

Open
1 of 2 tasks
0chandansharma opened this issue Jan 19, 2025 · 0 comments
Open
1 of 2 tasks

No support for Terminos for Window PC #826

0chandansharma opened this issue Jan 19, 2025 · 0 comments

Comments

@0chandansharma
Copy link

0chandansharma commented Jan 19, 2025

System Info

Window 11- Python 3.11

Information

  • The official example scripts
  • My own modified scripts

🐛 Describe the bug

File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\tty.py", line 5, in
from termios import *
ModuleNotFoundError: No module named 'termios'

Error logs

PS D:\chandan\rnd\llm> llama model list
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "D:\deecogs\rnd\llm\llama_env\Scripts\llama.exe_main
.py", line 4, in
from llama_stack.cli.llama import main
File "D:\deecogs\rnd\llm\llama_env\lib\site-packages\llama_stack_init
.py", line 7, in
from llama_stack.distribution.library_client import ( # noqa: F401
File "D:\deecogs\rnd\llm\llama_env\lib\site-packages\llama_stack\distribution\library_client.py", line 34, in
from llama_stack.distribution.build import print_pip_install_help
File "D:\deecogs\rnd\llm\llama_env\lib\site-packages\llama_stack\distribution\build.py", line 15, in
from llama_stack.distribution.utils.exec import run_with_pty
File "D:\deecogs\rnd\llm\llama_env\lib\site-packages\llama_stack\distribution\utils\exec.py", line 10, in
import pty
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\pty.py", line 12, in
import tty
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.3056.0_x64__qbz5n2kfra8p0\lib\tty.py", line 5, in
from termios import *
ModuleNotFoundError: No module named 'termios'

Expected behavior

Run in Window

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