bardiabarabadi / uvicMUSE

BlueMuse Alternative with MATLAB Stream (UDP)
BSD 3-Clause "New" or "Revised" License
14 stars 6 forks source link

Fix for Python 3.8.17 using macOs #21

Open JuanFKurucz opened 9 months ago

JuanFKurucz commented 9 months ago

I was trying to run the project and I found some errors while trying to run it with python 3.8.17 in macOs.

  1. On running it said the module scipy was not found, I added it to the dependencies.
  2. sender seems to be an object BleakGATTCharacteristicCoreBluetooth now, which failed in multiple places. Now we require to obtain the attribute handle from this object instead of the sender itself.
  3. In the search of Bluetooth devices, when the name is None the search itself failed, fixed it.