Problems importing python-Xlib

前端 未结 8 713
暖寄归人
暖寄归人 2021-02-07 07:39

I installed a new module and it appears as if one of its dependencies was not already installed. The module is called Xlib.display. Here is the error message I received:

8条回答
  •  无人共我
    2021-02-07 08:30

    Below worked for me!

    pip install python3_xlib
    

    I have also used pyuserinput for automation which requires this.

提交回复
热议问题