Package Details: nyarchassistant-git 0.9b.r37.g423f051-2

Git Clone URL: https://aur.archlinux.org/nyarchassistant-git.git (read-only, click to copy)
Package Base: nyarchassistant-git
Description: Nyarch Linux Assistant (NyarchAssistant Fork)
Upstream URL: https://github.com/NyarchLinux/NyarchAssistant
Keywords: adwaita ai archchan artificial-intellegence assistant gtk gtk4 gui libadwaita live2d otaku python utility waifu weeb
Licenses: GPL
Submitter: olivertzeng
Maintainer: olivertzeng
Last Packager: olivertzeng
Votes: 1
Popularity: 0.040790
First Submitted: 2025-04-14 01:39 (UTC)
Last Updated: 2026-01-08 14:13 (UTC)

Latest Comments

Thomot512 commented on 2026-01-08 15:40 (UTC)

New issue:

1 aur/nyarchassistant-git  1.1.0.r0.ga081129-1 -> 0.9b.r37.g423f051-2
:: Packages to exclude (eg: 1 2 3, 1-3):
::
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
:: marked out of date: julia-bin  python-tokenizers

Aur (1) nyarchassistant-git-0.9b.r37.g423f051-2

:: Proceed to review? [Y/n]:

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: nyarchassistant-git 0.9b.r37.g423f051-2 (Thu 08 Jan 2026 04:39:48 PM CET)
==> Retrieving sources...
  -> Updating NyarchAssistant git repo...
  -> Downloading dataset.csv...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://github.com/NyarchLinux/Smart-Prompts/releases/download/latest/dataset.csv
    Aborting...
error: failed to download sources for 'nyarchassistant-git-0.9b.r37.g423f051-2':
error: packages failed to build: nyarchassistant-git-0.9b.r37.g423f051-2

olivertzeng commented on 2026-01-08 14:13 (UTC)

@Thomot512 looked into it and it should be fixed rn

Thomot512 commented on 2026-01-08 13:24 (UTC)

Well I come from the flatpak, and I was advised to try the AUR to solve an other issue.

That was basically the whole log:

nyarchassistant
Traceback (most recent call last):
  File "/usr/bin/nyarchassistant", line 45, in <module>
    from nyarchassistant import main
  File "/usr/share/nyarchassistant/nyarchassistant/main.py", line 11, in <module>
    from .ui.settings import Settings
  File "/usr/share/nyarchassistant/nyarchassistant/ui/settings.py", line 13, in <module>
    from ..constants import AVAILABLE_EMBEDDINGS, AVAILABLE_LLMS, AVAILABLE_MEMORIES, AVAILABLE_PROMPTS, AVAILABLE_TTS, AVAILABLE_STT, PROMPTS, AVAILABLE_RAGS, AVAILABLE_WEBSEARCH
  File "/usr/share/nyarchassistant/nyarchassistant/constants.py", line 23, in <module>
    from .dataset import DATASET, WIKI_PROMPTS
  File "/usr/share/nyarchassistant/nyarchassistant/dataset.py", line 225, in <module>
    DATASET = reconstruct_dataset_from_csv(dataset_path)
  File "/usr/share/nyarchassistant/nyarchassistant/dataset.py", line 17, in reconstruct_dataset_from_csv
    with open(filename, 'r', newline='', encoding='utf-8') as csvfile:
         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/nyarchassistant/dataset.csv'

olivertzeng commented on 2026-01-08 13:20 (UTC)

@Thomot512

could you please give me the whole log? Also FYI I don't use nyarchassistant anymore, the suggested way to install this is actually through flatpak

Thomot512 commented on 2026-01-08 13:16 (UTC)

Thanks. Dependencies issue are solved, but I still get the FileNotFoundError.

olivertzeng commented on 2026-01-08 13:06 (UTC)

@Thomot512, alright, it has been fixed i think. check if it's working on your end

Thomot512 commented on 2026-01-08 13:01 (UTC)

Missing some dependencies. - webkitgtk-6.0 - python-newspaper - python-lxml-html-clean Those packages are not installed automatically. It results in errors when trying to start nyarchassistant. Even with those packages installed I cannot start Nyarchassistant.

Traceback (most recent call last):
  File "/usr/bin/nyarchassistant", line 45, in <module>
    from nyarchassistant import main
  File "/usr/share/nyarchassistant/nyarchassistant/main.py", line 11, in <module>
    from .ui.settings import Settings
  File "/usr/share/nyarchassistant/nyarchassistant/ui/settings.py", line 13, in <module>
    from ..constants import AVAILABLE_EMBEDDINGS, AVAILABLE_LLMS, AVAILABLE_MEMORIES, AVAILABLE_PROMPTS, AVAILABLE_TTS, AVAILABLE_STT, PROMPTS, AVAILABLE_RAGS, AVAILABLE_WEBSEARCH
  File "/usr/share/nyarchassistant/nyarchassistant/constants.py", line 23, in <module>
    from .dataset import DATASET, WIKI_PROMPTS
  File "/usr/share/nyarchassistant/nyarchassistant/dataset.py", line 225, in <module>
    DATASET = reconstruct_dataset_from_csv(dataset_path)
  File "/usr/share/nyarchassistant/nyarchassistant/dataset.py", line 17, in reconstruct_dataset_from_csv
    with open(filename, 'r', newline='', encoding='utf-8') as csvfile:
         ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/nyarchassistant/dataset.csv'