-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
error message for platform not available is misleading #975
Comments
Happens every time for me, yeah. First tried it last week, and tried it again today. Other packages work fine (tested |
I don't think this is likely something fixed, but please check your After that try getting rid of the http cache: |
platforms:
- darwin # Available for macOS Windows & Linux support coming soon. <= from https://ollama.ai/ if it works on linux, we need to remove this and get it built. |
Same behavior after running
Ah, then that'd explain it. Yes, it does indeed work on Linux (and I was able to install it manually on this machine, i.e. outside of Is it as simple as removing the |
removing the platforms key, assuming that builds cleanly. it might need tweaks, but we won't know until we try. ;) |
Hopefully resolves pkgxdev/pkgx#975
Seems to build cleanly, but |
yeah, go required a |
Yeah, I think (Though I'm surprised that |
* Remove `darwin`-only restriction on `ollama` Hopefully resolves pkgxdev/pkgx#975 * add -buildmode on linux * ollama needs certs to pull from model registry * certs needed at runtime * add pkill for linux * test pgrep * pkill needs -x for exact match --------- Co-authored-by: Jacob Heider <[email protected]>
ugh, I'm sorry. That I should have checked for rather than have you jump through hoops. I will reopen to improve the error message. |
pkgx ollama
fails with "invalid version"
When running
pkgx ollama
(on Ubuntu 23.10 x86-64):The text was updated successfully, but these errors were encountered: