ERROR: no such script: plover_plugins #1557
-
ERROR: no such script: plover_plugins I work on Polish plugin for Plover, so I have local version of this. Right now it installs perfectly on Windows 10 via command: Downloaded AppImage on Xubuntu But it does not allow me to install the plugin. The error message is as above: I checked by
No But on gui I see the Plugins Manager and I can use it. On Windows 10 it is like:
I had also tried to call it directly from AppImage:
To Reproduce Steps to reproduce the behavior:
Expected behavior I expected that I will see the output similar to my Windows output:
And I will have the plugin installed. Screenshots BUT LOOK, there is a script plover_plugins, I don't understand, what it might mean: Operating system
Hardware If applicable, let us know what machine you're experiencing the issue with and how it's connected to Plover, as well as a screenshot of the machine configuration inside Plover. It is an old laptop Dell Latitude 3540, RAM 8GB, Intel CPU core I-5, SSD, with sticker "Adapted to Ubuntu" $ plover -l info
I don't know, what else to put in here. Please, help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks you have 2 different versions of Plover installed: the AppImage (in To install your plugin for the AppImage version, use: |
Beta Was this translation helpful? Give feedback.
It looks you have 2 different versions of Plover installed: the AppImage (in
~/bin/Plover
), and another version (in/usr/local/lib/python3.8/dist-packages
).To install your plugin for the AppImage version, use:
~/bin/Plover/plover-4.0.0.dev12-x86_64.AppImage -s plover_plugins install […]/plover_polish_slowik
(with the full path to your plugin source directory).