MetaWear Python SDK
Hi!
I'm trying to use MetaWear Python SDK with python 3.5.2. After struggling a bit with gattlib it seems that everything is set up rightly!
Now I have an issue with sets. More specifically:
self.services = sets.Set()
in connect function is giving me:
AttributeError: module 'sets' has no attribute 'Set'
It looks like a python version issue. Am I right? is MetaWear Python SDK tested for python 3.5?
Thank you
Lucia
I'm trying to use MetaWear Python SDK with python 3.5.2. After struggling a bit with gattlib it seems that everything is set up rightly!
Now I have an issue with sets. More specifically:
self.services = sets.Set()
in connect function is giving me:
AttributeError: module 'sets' has no attribute 'Set'
It looks like a python version issue. Am I right? is MetaWear Python SDK tested for python 3.5?
Thank you
Lucia
This discussion has been closed.
Comments