You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ive got link and instruction in e mail form meta but it seems to be for linux due to all commands not running on windows cmd. they are for linux .
eg... >llama model list
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "I:\ProjektAI\NecesseEst\Python\Scripts\llama.exe_main.py", line 4, in
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack_init.py", line 7, in
from llama_stack.distribution.library_client import ( # noqa: F401
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\library_client.py", line 34, in
from llama_stack.distribution.build import print_pip_install_help
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\build.py", line 15, in
from llama_stack.distribution.utils.exec import run_with_pty
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\utils\exec.py", line 10, in
import pty
File "I:\ProjektAI\NecesseEst\Python\Lib\pty.py", line 12, in
import tty
File "I:\ProjektAI\NecesseEst\Python\Lib\tty.py", line 5, in
from termios import *
ModuleNotFoundError: No module named 'termios'
so what is a tip to downlowad form github and get model list first
The text was updated successfully, but these errors were encountered:
I'm also having this issue right now. It seems like a fail in conditional imports. It would make sense for unix machines. Two weeks ago #253 the same issue had been pointed
ive got link and instruction in e mail form meta but it seems to be for linux due to all commands not running on windows cmd. they are for linux .
eg... >llama model list
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "I:\ProjektAI\NecesseEst\Python\Scripts\llama.exe_main.py", line 4, in
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack_init.py", line 7, in
from llama_stack.distribution.library_client import ( # noqa: F401
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\library_client.py", line 34, in
from llama_stack.distribution.build import print_pip_install_help
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\build.py", line 15, in
from llama_stack.distribution.utils.exec import run_with_pty
File "I:\ProjektAI\NecesseEst\Python\Lib\site-packages\llama_stack\distribution\utils\exec.py", line 10, in
import pty
File "I:\ProjektAI\NecesseEst\Python\Lib\pty.py", line 12, in
import tty
File "I:\ProjektAI\NecesseEst\Python\Lib\tty.py", line 5, in
from termios import *
ModuleNotFoundError: No module named 'termios'
so what is a tip to downlowad form github and get model list first
The text was updated successfully, but these errors were encountered: