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

error on line 72 keyError qt #1685

Open
Kiwi-the-Cat opened this issue Aug 25, 2024 · 1 comment
Open

error on line 72 keyError qt #1685

Kiwi-the-Cat opened this issue Aug 25, 2024 · 1 comment
Labels

Comments

@Kiwi-the-Cat
Copy link

When I attempt to start Plover I get an error

I've updated everything, made sure I have all the libraries, and looked on the internet for an answer

I expect Plover to launch without throwing an error

Expected behavior

Traceback (most recent call last):
  File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
  File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/runpy.py", line 87, in _run_code
  File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/scripts/main.py", line 170, in <module>
  File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/scripts/main.py", line 76, in main
  File "/home/runner/work/plover/plover/build/appimage/plover.AppDir/usr/lib/python3.9/site-packages/plover/registry.py", line 72, in get_plugin
KeyError: 'qt'

If applicable, add screenshots to help explain your problem.

Pop!_OS 22.04 LTS

  • OS: [e.g. Windows 10, Ubuntu 20.04, macOS Catalina]
  • Plover Version [e.g. 3.x, 4.x, weekly]

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.

@domoriga
Copy link

domoriga commented Sep 12, 2024

Perhaps you're missing an interface for glib thread abstraction in your system?
Try installing 'libgthread*' from your distro's repo and see if that resolves your issue.
HTH

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

No branches or pull requests

2 participants