Problems importing python-Xlib

前端 未结 8 709
暖寄归人
暖寄归人 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:16

    I honestly cant explain why this works... but here is the command that got it working for me.

    sudo apt-get install python3-xlib
    

    Should not work because xlib apparently does not work with python 3.x, but everything installed alright, so I'm not complaining!

提交回复
热议问题