安装python uinput时出错

时间:2014-11-30 14:03:01

标签: python install

我在尝试安装uinput时遇到错误 我尝试了PIP和easy_install。我还尝试手动安装'来自tar包。 我总是得到一个错误。以下是使用easy_install进行安装时出现的错误。

你能指导我如何解决它吗?

rpi@torpi ~/scripts $ sudo easy_install python-uinput
Searching for python-uinput
Reading http://pypi.python.org/simple/python-uinput/
Best match: python-uinput 0.10.2
Downloading https://pypi.python.org/packages/source/p/python-uinput/python-uinput-0.10.2.tar.gz#md5=abbbbfc50d03a0585a5231d9396f78bd
Processing python-uinput-0.10.2.tar.gz
Running python-uinput-0.10.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ZWLsct/python-uinput-0.10.2/egg-dist-tmp-bPeztQ
/usr/bin/ld: cannot find libudev.so
collect2: ld returned 1 exit status
error: Setup script exited with error: command 'gcc' failed with exit status 1

3 个答案:

答案 0 :(得分:5)

出现此问题并用

修复
sudo apt-get install libudev-dev

答案 1 :(得分:0)

我无法正确安装输入,因此我最终使用了evdev

答案 2 :(得分:0)

我发现这是一个非常古老的问题,但我遇到了同样的问题,并且正在运行sudo apt-get install libudev-dev为我工作。另外,请确保使用sudo运行pip。