I've been trying to get autokey to work on a fresh install of Fedora 29. Every attempt to start the application was met with an error and the process would die.
encountered an uncaught pkg_resources.DistributionNotFound
I've been trying to get autokey to work on a fresh install of Fedora 29. Every attempt to start the application was met with an error and the process would die.
encountered an uncaught pkg_resources.DistributionNotFound
Copyright © 2021 Jogjafile Inc.
The issue is that Fedora 29 uses python3 by default. When installing autokey-gtk and autokey-common, the following dependencies are pulled:
The gtksourceview is for python2 and not for python3 which won't allow autokey to open a window when trying to start. You will need to install gtksourceview3 separately to provide the proper libraries for autokey-gtk in python3.