Can't get Extensions to work #959
Michael-Gerlach
started this conversation in
General
Replies: 1 comment
-
I eventually figured out that I have to specify the path to the correct python version in the prefs_user.config file:
Unfortunately, now some highlights are embedded incorrectly, just as described here. However, the solution presented there does not work for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi and thanks for the great application!
I wanted to install a few extensions to Sioyek, but somehow can't get it to work.
I installed Sioyek on my Mac via brew
brew install --cask sioyek
and the executable is located in '/Applications/sioyek.app'
I installed the python wrapper via
python -m pip install sioyek
I added the configuration to my prefs.user file:
new_command _embed_annotations python -m sioyek.embed_annotations "%{sioyek_path}" "%{local_database}" "%{shared_database}" "%{file_path}"
Now the new command shows up in the Sioyek menu, but I nothing happens upon execution, for other extensions I get the same behavior.
I tried changing
python
topython3
andpython3.8
and"%{sioyek_path}"
to'/Applications/sioyek.app'
, but that did not change anything.If I run
python -m sioyek.embed_annotations "%{sioyek_path}" "%{file_path}" "%{command_text}"
I get the error:
What am I doing wrong here? Is there anything else I can try?
Beta Was this translation helpful? Give feedback.
All reactions