hexway / apple_bleee

Apple BLE research
GNU General Public License v3.0
2.09k stars 302 forks source link

Error: subprocess-exited-with-error #41

Open Shmeller33 opened 1 year ago

Shmeller33 commented 1 year ago

A year ago I tried to put on the PC. There was an error about: inability to use pip3 install -r requirements.txt. Now I bet on Kali NH, it seemed, something new, yet, I do not understand how to fix.

Screenshot_20230211-152320

Dator4ik commented 1 year ago

I had the same problem, but on PC

halencarjunior commented 1 year ago

Install the package from source:

sudo pip3 install git+https://github.com/pybluez/pybluez.git#egg=pybluez

ColeMurray commented 8 months ago

The package on pypi is outdated. You can download the latest with

pip install git+https://github.com/pybluez/pybluez.git#egg=pybluez