luthis1124

Results 8 comments of luthis1124

@nekogecko2 It looks like the link is no longer available, do you have an alternative?

Has anyone made any progress getting the raw accel data yet?

Works perfectly! I just replaced the method and copied this in. Waved around the Mi Band and can see data updating. ` Raw accel heart: [{'x': 1, 'y': -7, 'wtf':...

I made the below change ``` def _parse_raw_accel(self, bytes): res = [] # range() changed from 3 to a 1: for i in range(1): ``` and added: ``` # uncomment...

This is _really_ needed, it's incredibly difficult at the moment. To the point where I didn't even bother and just made _yet another_ account on another instance because I couldn't...

I just had, and fixed this error. pip install pyworld==0.3.2 and start install again: . run.sh Obviously with the venv activated. Or you could delete everything and set pyworld==0.3.2 in...

Yes, I would like to see some example pys or _SOMETHING_ so I can see how this is supposed to work

error: invalid command 'bdist_wheel' Does pyworld need to be hardcoded to 0.3.2 in requirements? Passed this error by using: pip install pyworld==0.3.2 and then . run.sh again