debian8安装Odoo中的Barcode Scanner Hardware Driver模块时,提示没有evdev

解决方法:

$ apt-get install python-dev python-pip gcc
$ apt-get install linux-headers-$(uname -r)
$ sudo pip install evdev

  

原文地址:https://www.cnblogs.com/SunOne/p/5718176.html