Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for installing on MacOS #331

Open
mms-pl opened this issue Feb 3, 2023 · 1 comment
Open

Fix for installing on MacOS #331

mms-pl opened this issue Feb 3, 2023 · 1 comment

Comments

@mms-pl
Copy link

mms-pl commented Feb 3, 2023

Hey.

Notmuch now comes with python3 bindings by default. No need for --with-python3 (which no longer works). I have 0 knowledge of python, but I needed to force a symlink.

$ pwd
> /~/.local/lib/python3.10/site-packages
$ ln -s /opt/homebrew/opt/notmuch/libexec/lib/python3.11/site-packages/notmuch2 notmuch

and now it starts, but when trying afew --tag --new I get

AttributeError: module 'notmuch' has no attribute 'Query'
@GuillaumeSeren
Copy link
Collaborator

Hello @michalsapka ,
can you give details version of afew + python used ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants