-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ollama Fails to Install on Linux #537
Comments
Hi @brian-at-pieces - Thank you so much for creating this issue. Your issue has been automatically triaged and routed to the proper Pieces team member. Look for a follow-up within the next 24 hours. Based on the details you provided, you might find these related issues helpful: In the meantime, please check out these helpful resources:
We appreciate your patience and contribution to making Pieces better! |
@ekuznetsov139 I believe the issue is that one of our packages is trying to using the |
I do have curl, it is a standard part of ubuntu. I have downloaded and installed ollama manually, I can launch it from a terminal and it runs in the background, but that had no effect on Pieces, which still wants to install it and still immediately prints "Ollama failed to install" . |
Ok, I think I see the problem. It's not that I don't have curl. The problem is that pieces-os is installed as a snap, and it runs in its own sandboxed environment from which curl is missing. You should add curl to the list of dependency packages somewhere in the snap definition file. For the same reason, installing ollama globally would have no effect, because pieces-os can't launch or even see any executables outside its sandbox. |
Yeah you're absolutely right. A little miscommunication internally about whether our package has strict or classic confinement. We're working on a patch that allows us to use ollama from a sandbox. Sorry again for the inconvenience here. We'll have a solution out ASAP |
The issue is still present in the latest version available via snap on Ubuntu as of today. |
Sorry about the delay on this - we're finishing up some critical infrastructure updates that unfortunately took priority. I have the fix on a branch and will hopefully get it in next week. Thanks for the patience |
Has there been any progress on fixing this? |
I've just finished up my work on the infrastructre update I mentioned above and can now resume work on this. |
Is there a way to get local llm models to download in the meantime? |
Unfortunately this issue impacts inference as well as downloading, so manually downloading the models will not resolve it. Working on this as we speak |
Please try to solve this issue early i am waiting for it to solve from very long time because I don't want to give my whole computer data to the cloud LLMs which could access anything |
Software
Desktop Application
Operating System / Platform
Linux
Your Pieces OS Version
11.0.0
Early Access Program
Kindly describe the bug and include as much detail as possible on what you were doing so we can reproduce the bug.
User reports immediate "Ollama failed to install" diaglog upon clicking install Ollama install button in Pieces desktop app
The text was updated successfully, but these errors were encountered: