synth-ruiner
dont work . i used sudo eopkg install -c system.devel. after reboot but still dont worker
and i cant find libbluetooth-dev python3-dev from https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level
pip3 install bluetooth_battery
Collecting bluetooth_battery
Using cached https://files.pythonhosted.org/packages/3f/a9/dfa6c01a56b4bd613e066804c045ae9f471dbd6f40f6f7486dde80a7166d/bluetooth_battery-1.2.0.tar.gz
Collecting PyBluez (from bluetooth_battery)
Using cached https://files.pythonhosted.org/packages/08/9f/e9d93b266d2d1ea988780a52a696073ba0a65df65a532165fdf6ff90d0ed/PyBluez-0.23.tar.gz
Installing collected packages: PyBluez, bluetooth-battery
Running setup.py install for PyBluez ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cj3xu5ks/PyBluez/setup.py'"'"'; file='"'"'/tmp/pip-install-cj3xu5ks/PyBluez/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-vuk64du3/install-record.txt --single-version-externally-managed --compile
cwd: /tmp/pip-install-cj3xu5ks/PyBluez/
Complete output (34 lines):
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.7
creating build/lib.linux-x86_64-3.7/bluetooth
copying bluetooth/btcommon.py -> build/lib.linux-x86_64-3.7/bluetooth
copying bluetooth/ble.py -> build/lib.linux-x86_64-3.7/bluetooth
copying bluetooth/macos.py -> build/lib.linux-x86_64-3.7/bluetooth
copying bluetooth/bluez.py -> build/lib.linux-x86_64-3.7/bluetooth
copying bluetooth/widcomm.py -> build/lib.linux-x86_64-3.7/bluetooth
copying bluetooth/msbt.py -> build/lib.linux-x86_64-3.7/bluetooth
copying bluetooth/init.py -> build/lib.linux-x86_64-3.7/bluetooth
Fixing build/lib.linux-x86_64-3.7/bluetooth/btcommon.py build/lib.linux-x86_64-3.7/bluetooth/ble.py build/lib.linux-x86_64-3.7/bluetooth/macos.py build/lib.linux-x86_64-3.7/bluetooth/bluez.py build/lib.linux-x86_64-3.7/bluetooth/widcomm.py build/lib.linux-x86_64-3.7/bluetooth/msbt.py build/lib.linux-x86_64-3.7/bluetooth/init.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
Fixing build/lib.linux-x86_64-3.7/bluetooth/btcommon.py build/lib.linux-x86_64-3.7/bluetooth/ble.py build/lib.linux-x86_64-3.7/bluetooth/macos.py build/lib.linux-x86_64-3.7/bluetooth/bluez.py build/lib.linux-x86_64-3.7/bluetooth/widcomm.py build/lib.linux-x86_64-3.7/bluetooth/msbt.py build/lib.linux-x86_64-3.7/bluetooth/init.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
running build_ext
building 'bluetooth._bluetooth' extension
creating build/temp.linux-x86_64-3.7
creating build/temp.linux-x86_64-3.7/bluez
x86_64-solus-linux-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -mtune=generic -march=x86-64 -g2 -pipe -fPIC -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -fno-semantic-interposition -O3 -falign-functions=32 -I/usr/include -mtune=generic -march=x86-64 -g2 -pipe -fPIC -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=32 -fasynchronous-unwind-tables -ftree-vectorize -feliminate-unused-debug-types -Wall -Wno-error -Wp,-D_REENTRANT -fno-semantic-interposition -O3 -falign-functions=32 -fPIC -I./port3 -I/usr/include/python3.7m -c bluez/btmodule.c -o build/temp.linux-x86_64-3.7/bluez/btmodule.o
In file included from bluez/btmodule.c:20:
bluez/btmodule.h:5:10: фатальная ошибка: bluetooth/bluetooth.h: Нет такого файла или каталога
5 | #include <bluetooth/bluetooth.h>
| ~~~~~~~~~~~~~~~~~
компиляция прервана.
error: command 'x86_64-solus-linux-gcc' failed with exit status 1
ERROR: Command errored out with exit status 1: /usr/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cj3xu5ks/PyBluez/setup.py'"'"'; file='"'"'/tmp/pip-install-cj3xu5ks/PyBluez/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-vuk64du3/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
WARNING: You are using pip version 19.2.3, however version 20.2.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.