Open patrickgardella opened 3 days ago
Quick update:
Running this through pdb, the settings.get("directory")
returns None
.
I figured out that you were expecting the config.yaml
file in the ~/.config/pure_recipes
folder, not in the same folder as pure_recipes.py
. When I moved it there, the script works.
I installed the requirements into a venv on my linux system (python 3.12), and when I run pure_recipe.py, I get this error:
I should note that I get this same error if I run the python script without a command (i.e. "view") or without a URL.
I tried creating the config.yaml, but I get the same error. And after creating the
recipes
folder.My first guess is that the os.path is different on Linux than Mac or PC, but I can't be the first person to run this on Linux :)