如何在windows 10上安装approxeng

2024-06-28 10:54:22 发布

您现在位置:Python中文网/ 问答频道 /正文

我尝试在命令提示符下编写命令pip install approxeng.input,它引发了一个错误

The 'linux/input.h' and 'linux/input-event-codes.h' include files
are missing. You will have to install the kernel header files in
order to continue:

    yum install kernel-headers-$(uname -r)
    apt-get install linux-headers-$(uname -r)
    emerge sys-kernel/linux-headers
    pacman -S kernel-headers

有人能帮我理解我该做什么吗


Tags: installpipandtheto命令inputlinux