• @seasick
    link
    211 year ago

    Does installing python3-libevdev help?

  • @Synthead
    link
    15
    edit-2
    1 year ago

    You should copy the console text and post it as a code block on your post. Not only is this easier to read, it’s searchable for others, and more accessible-friendly, too.

  • @QuaternionsRock
    link
    141 year ago

    You need to install Python package dependencies. pip install -r requirements.txt is the simplest way to do it, but that unfortunately installs the packages globally. May be wise to use a virtual environment.