Package Details: oterm-git 0.2.4.r0.ga0167f4-1

Git Clone URL: https://aur.archlinux.org/oterm-git.git (read-only, click to copy)
Package Base: oterm-git
Description: A text-based terminal client for Ollama
Upstream URL: https://github.com/ggozad/oterm
Licenses: MIT
Conflicts: oterm
Provides: oterm
Submitter: daniel_chesters
Maintainer: daniel_chesters
Last Packager: daniel_chesters
Votes: 2
Popularity: 0.35
First Submitted: 2023-12-21 23:06 (UTC)
Last Updated: 2024-03-26 00:16 (UTC)

Latest Comments

daniel_chesters commented on 2024-03-26 10:28 (UTC)

I had updated the pkgver to follow the last commit, it should be enough to detect by AUR helpers.

dreieck commented on 2024-03-26 08:29 (UTC)

You have fixed this PKGBUILD by adding python-ollama to the depends array.

But you still need to increment $pkgrel when doing such a change, so that updates will be pulled.

Regards and thanks for maintaining!

daniel_chesters commented on 2024-03-26 00:18 (UTC)

It should be fixed with the new python-ollama package that I just created.

daniel_chesters commented on 2024-03-25 23:46 (UTC)

Since the last stable version, oterm need the official ollama python support. I will try to fix that by creating the ollama python package in AUR.

dreieck commented on 2024-03-25 23:18 (UTC)

Seems that some dependency is missing:

Traceback (most recent call last):
  File "/usr/bin/oterm", line 5, in <module>
    from oterm.cli.oterm import cli
  File "/usr/lib/python3.11/site-packages/oterm/cli/oterm.py", line 6, in <module>
    from oterm.app.oterm import app
  File "/usr/lib/python3.11/site-packages/oterm/app/oterm.py", line 7, in <module>
    from oterm.app.chat_edit import ChatEdit
  File "/usr/lib/python3.11/site-packages/oterm/app/chat_edit.py", line 5, in <module>
    import ollama
ModuleNotFoundError: No module named 'ollama'

(I have installed ollama-rocm-git.)