Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Raspian 操作系统的 Raspberry Pi 上使用 Python。我安装了evdev-0.4.7它,它适用于 Python 2.7。但是当我为 Python 3.3 尝试它时,我得到了一个错误。显然它只安装在 Python 2.7 上。
evdev-0.4.7
我如何也可以evdev在 Python 3.3 上安装?
evdev
尝试安装它pip3
pip3
sudo pip3 install evdev