joaorb64 / joycond-cemuhook

Support for cemuhook's UDP protocol for joycond devices
MIT License
139 stars 19 forks source link

Problem installing extra packages #58

Closed vitorlms closed 2 years ago

vitorlms commented 2 years ago

Hi there,

at step: "Run pip3 install -r requirements.txt to install extra dependencies"

I get the following error:

evdev/input.c:10:10: fatal error: Python.h: No such file or directory 10 | #include <Python.h> | ^~~~~~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

error.txt

Thanks for any help!

vitorlms commented 2 years ago

Solved, I was missing the python3-dev package. This solved it for me.