Closed issue by patoski on void-packages repository https://github.com/void-linux/void-packages/issues/17835 Description: ### System * xuname: *output of ``xuname`` (part of xtools)* Void 5.3.17_1 x86_64 GenuineIntel notuptodate rFFFFF * package: *affected package(s) including the version* tuimoji-1.0.0_2 ### Expected behavior tuimoji launches properly ### Actual behavior App errors out and complains: _ModuleNotFoundError: No module named 'pkg_resources'_ ### Steps to reproduce the behavior Install tuimoji and run it from a terminal. ### Resolution Installing python3-setuptools fixes this issue and tuimoji runs fine after that.