Working with Sphero R2D2 programable robot. Trying to connect to it like this:
from spherov2 import scanner
from spherov2.sphero_edu import SpheroEduAPI
toy = scanner.find_toy()
But getting error:
File "C:\Users\fff\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\bleak\backends\winrt\scanner.py", line 159, in _received_handler if args.transmit_power_level_in_d_bm is not None: AttributeError: property is not available in this version of Windows
There isn't anything in the Bleak documentation / faq regarding this error, nor the Sphero documentation.