You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But, after updating to Sonoma, I got the following error in Deveonthink, which was running smoothly before:
The self-contained executable of Zowie 1.3.0 that you are
attempting to run was built to work specifically (and only)
with version 3.11 of Python. The version of Python obtained
by running "python3" on your computer is 3.9. This makes it
incompatible and prevents this copy of Zowie from running.
However it works in terminal as follows:
zowie /path to folder/Zotero -s -KEY -i ID -d "2023-09-01"
What I did
A)
I deleted Python.
However, there is a Python in user/bin I can't get rid of. This must be the default and protected Python installed by Apple. I found some information telling me: Don't touch that!
B)
I reinstalled Python 3.11.0 and looked for other versions of Python, but none were found:
python3 --version
Python 3.11.0
Hi,
I love Zowie.
But, after updating to Sonoma, I got the following error in Deveonthink, which was running smoothly before:
However it works in terminal as follows:
zowie /path to folder/Zotero -s -KEY -i ID -d "2023-09-01"
What I did
A)
I deleted Python.
However, there is a Python in user/bin I can't get rid of. This must be the default and protected Python installed by Apple. I found some information telling me: Don't touch that!
B)
I reinstalled Python 3.11.0 and looked for other versions of Python, but none were found:
python3 --version
Python 3.11.0
whereis python3
python3: /usr/bin/python3 /Library/Frameworks/Python.framework/Versions/3.11/share/man/man1/python3.1
C)
I reinstalled Zowie:
python3 -m pip install zowie
D) I checked the path in
sudo nano /etc/paths
It is as follows:
In the Devonthink script, I entered the path to Zowie:
set result to do shell script
"/usr/local/bin/zowie -s -q"
But still, Devonthink/Zowie do not find Python 3.11.0.
How can I tell Deventhink/Zowie to use Python 3.11.0?
Best wishes, Christof
The text was updated successfully, but these errors were encountered: