-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
llm 0.14: Can't run <<llm chat>> on Windows 11 #495
Comments
See also 1a4853d |
Thanks. This is a good temporary fix for the issue with 0.14 on Windows. |
Still a problem in 0.15. |
sukhbinder
pushed a commit
to sukhbinder/llm
that referenced
this issue
Nov 22, 2024
simonw
added a commit
that referenced
this issue
Dec 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
After upgrading from version 0.13, the following lines of code fail to execute on a Windows 11 environment:
This issue appears to be specific to Windows. On non-Windows platforms, these lines work as expected.
Steps to Reproduce:
Observed Behavior:
The code fails on Windows 11, leading to errors or unexpected behavior.
Workaround Implemented:
I have temporarily resolved the issue using a platform check to ensure this code doesn't execute on Windows. Here is the workaround:
Relevant Code:
The relevant section of the code can be found at this link to cli.py, line 345.
Environment:
Expected Behavior:
The code should work across all platforms, including Windows 11, without requiring modifications.
The text was updated successfully, but these errors were encountered: