ModuleNotFoundError: No module named 'workflow' #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
violet/alfred-linkwarden#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi
Today I try to use your workflow with the self hostet linkwarden.
I get this error
Have you an idea how can I fix this?
@SandraCHC Please try again using this latest v1.5 alfred workflow package: https://github.com/deafmute1/alfred-linkwarden/releases/tag/1.5.
If that still doesn't work, please try opening the workflow folder in your terminal, run the following and paste the output below.
Thank you for your new version.
Now I get a new error
and in the command line
Not getting this error on my system despite it being a in-code/syntax issue. I think that it may be an issue with you using a pre-3.12 verison of python that doesn't parse nested quotation marks (fixed in pep701/py3.12). I will release a package that fixes this but you can also just update python to version 3.12 or later using brew.
New release with better python backwards compatibility: https://github.com/deafmute1/alfred-linkwarden/releases/tag/1.6-hotfix
Tested to work against python3.9, which is the oldest non-EOL version of python currently.