joaorb64 / joycond-cemuhook

Support for cemuhook's UDP protocol for joycond devices
MIT License
148 stars 18 forks source link

Preparing metadata (pyproject.toml) did not run successfully. #75

Closed Romroig closed 1 year ago

Romroig commented 1 year ago

Hi, When I run sudo pip3 install -r requirements.txt I get this error: Collecting dbus-python Using cached dbus-python-1.3.2.tar.gz (605 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

Romroig commented 1 year ago

It seems that the error was that the compiler is unable to find some header files that are needed to compile the source code. In this case, it seems that the headers for D-Bus and GLib are missing. solved running sudo pacman -S dbus glib2