Open

Description
Describe the bug
Nightly builds DEB crashes on Linux:
$ efck-chat-keyboard
Traceback (most recent call last):
File "/usr/bin/efck-chat-keyboard", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3243, in <module>
def _initialize_master_working_set():
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3226, in _call_aside
f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 3255, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 568, in _build_master
ws.require(__requires__)
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 886, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 772, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pynput' distribution was not found and is required by efck
To Reproduce
Steps to reproduce the behavior:
- Install DEB from Actions: https://github.com/efck-chat-keyboard/efck/actions/runs/3791186441#artifacts
- Try to launch it
Expected behavior
App should launch as expected.
Versions
Specify versions:
OS: Linux (Debian 11)
Qt: 5.15.2
EFCK: efck-chat-keyboard_0.1.dev1+g83ce525-1_all.deb
Additional context, screenshots
Add any other context about the problem here.
If applicable, add screenshots to help explain your problem.
Metadata
Metadata
Assignees
Labels
No labels