-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 module named 'termios' #331
Comments
I have the same issue too, please help |
I have the same issue too |
Guys I found out way to fix this problem |
|
It seems it is not working on Windows because lack of termios library on Windows. :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
llama-toolchain python package
Minimal reproducible example
Installing with
pip install llama-toolchain
Running llama or any other parameter results in a crash with
No module named 'termios'
Runtime Environment
The text was updated successfully, but these errors were encountered: