Error while install
TheArctesian opened this issue · 1 comments
TheArctesian commented
Tried with both pip install git+https://github.com/Mentalab-hub/explorepy
and pip install explorepy
x86_64-linux-gnu-gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.10 -c lib/linux/BTSerialPortBinding.cpp -o build/temp.linux-x86_64-3.10/lib/linux/BTSerialPortBinding.o
lib/linux/BTSerialPortBinding.cpp:22:10: fatal error: bluetooth/bluetooth.h: No such file or directory
22 | #include <bluetooth/bluetooth.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> explorepy
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
TheArctesian commented
o shit im in idiot, sudo apt-get install libbluetooth-dev
so sorry for wasting the time of the poor maintainers.