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

Getting an error on install - Windows 10 #1

Open
nigelp opened this issue Aug 4, 2024 · 5 comments
Open

Getting an error on install - Windows 10 #1

nigelp opened this issue Aug 4, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@nigelp
Copy link

nigelp commented Aug 4, 2024

gguf

@JohnClaw
Copy link

JohnClaw commented Aug 4, 2024

I encountered the same error on Windows 11.

@leafspark
Copy link
Owner

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 AutoGGUF.py:

# Initialize releases and backends
self.refresh_releases() # Comment this out
self.refresh_backends()

@leafspark
Copy link
Owner

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 AutoGGUF.py:

# 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.

@nigelp
Copy link
Author

nigelp commented Aug 4, 2024

Hi, thanks very much. Partly fixed, but now the same error occurs on Refresh Releases for llama.cpp

@leafspark
Copy link
Owner

Does running it from source work: python src/main.py?

@leafspark leafspark self-assigned this Aug 4, 2024
@leafspark leafspark added the bug Something isn't working label Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants