Package Details: alpaca-ai 2.0.2-1

Git Clone URL: https://aur.archlinux.org/alpaca-ai.git (read-only, click to copy)
Package Base: alpaca-ai
Description: Alpaca is an Ollama client where you can manage and chat with multiple models, Alpaca provides an easy and begginer friendly way of interacting with local AI, everything is open source and powered by Ollama.
Upstream URL: https://github.com/Jeffser/alpaca
Keywords: ai alpaca gpt gptchat
Licenses: GPL-3.0-only
Submitter: radiolin
Maintainer: radiolin
Last Packager: radiolin
Votes: 1
Popularity: 0.89
First Submitted: 2024-09-01 20:50 (UTC)
Last Updated: 2024-09-13 21:17 (UTC)

Latest Comments

darazaki commented on 2024-09-15 18:08 (UTC)

Hi! You're missing a dependency on gtksourceview5, I got the following error before installing that missing package:

Traceback (most recent call last):
  File "/usr/bin/alpaca", line 45, in <module>
    from alpaca import main
  File "/usr/share/Alpaca/alpaca/main.py", line 28, in <module>
    from .window import AlpacaWindow
  File "/usr/share/Alpaca/alpaca/window.py", line 29, in <module>
    gi.require_version('GtkSource', '5')
  File "/usr/lib/python3.12/site-packages/gi/__init__.py", line 125, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace GtkSource not available for version 5

Thanks for maintaining this alpaca-ai package :)