-
Notifications
You must be signed in to change notification settings - Fork 13
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
Getting an error on install - Windows 10 #1
Comments
I encountered the same error on Windows 11. |
Try installing OpenSSL on Windows: https://slproweb.com/products/Win32OpenSSL.html Alternatively, I'm currently pushing an update out which should include an option to disable the release fetching on startup; meanwhile if you're using the source you can comment out line 92 in # Initialize releases and backends
self.refresh_releases() # Comment this out
self.refresh_backends() |
Added this in v1.3.1, it won't check the backends on launch now so if the issue persists you can manually download the backends. |
Hi, thanks very much. Partly fixed, but now the same error occurs on Refresh Releases for llama.cpp |
Does running it from source work: |
The text was updated successfully, but these errors were encountered: