Não instalando 'ds4drv'

0

Estou executando o Ubuntu 15.10.

Eu segui tudo neste guia Como configurar o controlador Dual Shock 4 com o Ubuntu 13.10 ?

Mas quando eu faço o

sudo pip install ds4drv

Eu recebo este erro

evdev/input.c:10:20: fatal error: Python.h: No such file or directory

compilation terminated.

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-build-tOdKBQ/evdev/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-vQVfkA-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip-build-tOdKBQ/evdev
Storing debug log for failure in /home/charlie/.pip/pip.log
    
por GhostMotleyX 27.10.2015 / 01:24

1 resposta

0

A solução parece ser, para instalar o pyton-dev ou um pacote semelhante: link

    
por moddie 09.02.2016 / 01:00