Package Details: gourmand 1.0.0-4

Git Clone URL: https://aur.archlinux.org/gourmand.git (read-only, click to copy)
Package Base: gourmand
Description: A manager, editor, and organizer for recipes.
Upstream URL: https://github.com/GourmandRecipeManager/gourmand
Licenses: GPL-2.0-only
Conflicts: gourmand
Provides: gourmand
Submitter: yigits
Maintainer: fridge
Last Packager: fridge
Votes: 6
Popularity: 0.000000
First Submitted: 2021-09-24 15:25 (UTC)
Last Updated: 2025-02-13 16:57 (UTC)

Latest Comments

1 2 Next › Last »

fridge commented on 2025-02-13 15:10 (UTC) (edited on 2025-02-13 15:10 (UTC) by fridge)

I have completely rewritten the PKGBUILD so that, among other things, it will automatically work with a new release. However, with the current 1.0.0 release, the build still fails because of an issue with pillow and pip.

fridge commented on 2025-02-08 12:35 (UTC)

I created a new package that installs Gourmand using the pre-built AppImage. You can find it under the name gourmand-bin.

Hopefully the gourmand package can also be made to work again. But I do not think it is feasible at the moment because of the outdated dependencies it uses.

fridge commented on 2025-02-06 17:32 (UTC)

The package is currently broken. For example, python-sqlalchemy1.3 is no longer available, but I think the current Gourmand version also uses the new version of it. Conflicts with gourmet can also be removed since gourmet is no longer available in AUR.

iegubkin commented on 2024-02-14 16:55 (UTC)

From a fresh arch install, gourmand builds successfully but would not run without python-setuptools, python-toml, and python-beautifulsoup4. After installing these three packages gourmand successfully launches.

MarsSeed commented on 2023-11-06 13:29 (UTC)

Please build this from source.

marriedman commented on 2023-11-01 20:08 (UTC)

Deleted my preferences.toml file in my ~/.gourmand folder. Program launched normally and recipes were still there. Thought I would pass on the information if anyone else had this problem.

marriedman commented on 2023-11-01 15:28 (UTC) (edited on 2023-11-01 15:43 (UTC) by marriedman)

Application will not launch. I get the error:
$:gourmand args = Namespace(db_url='', threads=False, gourmanddir='', thread_debug_interval=5.0, thread_debug=False, debug_file='', time=False, debug=None)
Traceback (most recent call last): File "/usr/bin/gourmand", line 5, in <module>
from gourmand.main import launch_app
File "/usr/lib/python3.11/site-packages/gourmand/main.py", line 9, in <module> from gourmand import (version, batchEditor, convert, plugin, plugin_gui,
File "/usr/lib/python3.11/site-packages/gourmand/plugin.py", line 36, in <module>
from . import plugin_loader
File "/usr/lib/python3.11/site-packages/gourmand/plugin_loader.py", line 11, in <module>
from gourmand.prefs import Prefs
File "/usr/lib/python3.11/site-packages/gourmand/prefs.py", line 4, in <module>
import toml
ModuleNotFoundError: No module named 'toml'

yigits commented on 2022-12-19 18:20 (UTC)

@chueewowee: bumped a new release; gourmand now asks for python-sqlalchemy1.3 rather than plain python-sqlalchemy (which is at 1.4.44 at the moment), this fixes issue for now

chueewowee commented on 2022-12-19 00:52 (UTC)

Upon staring the applicatoin i get the error:

''' File "/usr/lib/python3.10/site-packages/gourmand/plugin_loader.py", line 320, in get_plugins return self.get_module().plugins AttributeError: 'NoneType' object has no attribute 'plugins' Plugin copy_paste_plugin not found '''

smradlev commented on 2021-09-30 09:19 (UTC)

Thank you!! I was looking at the error log to figure out the dependencies, but I didn't investigate which plugins use those.