Closed morinted closed 4 years ago
I can't reproduce with the latest version (0.5.15), so first things first, can you try with an up-to-date manager (to update from the command line: [PLOVER] -s plover_plugins install --upgrade --upgrade-strategy only-if-needed plover_plugins_manager
)?
I tried using the Windows cmd console, and then the Plover console.exe, but I don't think those are for what you're suggesting. I think you're suggesting the Python command line console, but I don't have / can't find that. In other attempts, I reinstalled Plover after deleting everything Plover, but no joy. So I did a fresh install on a PC that has never had Plover, and using my cell phone hot spot for the internet connection, but the same error results. Also, I have compared Plover folders but am not seeing differences among three PCs, so copying folder contents probably won't be useful. And I don't know how to "drop a wheelie" (?). I'd like to get my plugins working because I especially like the retro-title plugin, and I absolutely need the Stenograph USB plugin. Any advice, anybody?
I reproduced the issue with the latest weekly AppImage. Because of another bug (with pip's lack of a real resolver when handling dependency), you need to execute 2 commands, updating the Pygments
package first.
@7632416: Try the following steps:
plover_console.exe
is located)plover_console.exe -s plover_plugins install --disable-pip-version-check --upgrade Pygments
, check for errors (if successful, the last line should be Successfully installed Pygments-2.6.1
)plover_console.exe -s plover_plugins install --disable-pip-version-check --upgrade plover_plugins_manager
, check for errors (last line should mention: Successfully installed [...] plover-plugins-manager-0.5.1 [...]
)SUCCESS using that method, benoit-pierre. It upgraded the plugins Manager to 5.15 and populated it with the available plugins. Thanks for your apparent tireless assistance. Have a great weekend everybody.
How can I fix the AppImage version?
How can I fix the AppImage version?
Run the same commands except with ./plover-4.0.0.dev8.66.g685bd33-x86_64.AppImage
.
Uh, it fails with a connection reset. Opened as #13
SUCCESS using the above method. Thanks Benoit!
Is there a similar fix for the non-Big Sur Mac version?
Please create a new issue with all the relevant information (especially the versions, Plover and the plugins manager), instead of pilling on an already-closed issue.
In any case, with #14, you're going to need to update to 0.5.16 using the command line ([PLOVER] -s plover_plugins install --upgrade plover_plugins_manager
). See here for how to run Plover from a terminal on macOS.
It seems like we are being blocked from querying plugins. This is happening, as far as I can tell, to all Plover users at this time.